Table of Contents

Search

  1. Preface
  2. Part 1: PowerExchange Change Data Capture Introduction
  3. Part 2: CDC Components Configuration and Management
  4. Part 3: CDC Sources Configuration and Management
  5. Part 4: Change Data Extraction
  6. Part 5: Monitoring and Tuning
  7. Appendix A: CDC for z/OS Troubleshooting
  8. Appendix B: DTL__CAPXTIMESTAMP Time Stamps

Adding Remaining PowerExchange Libraries

Adding Remaining PowerExchange Libraries

You must add the EDMPARMS DD statement and update the STEPLIB DD statement with the PowerExchange
hlq
.LOAD library in the following IMS region JCL:
  • IMS control region
  • DBCTL region
  • DBRC region
  • DL/I and DBB batch regions
The EDMPARMS DD statement references the PowerExchange USERLIB data set containing the EDMSDIR module. For example:
//EDMPARMS DD DISP=SHR,DSN=
hlq
.
logger_id
.USERLIB
Add
hlq
.LOAD to the STEPLIB concatenation. This library must precede the IMS RESLIB. For example:
//STEPLIB DD DISP=SHR,DSN=
hlq
.CRG.LOAD // DD DISP=SHR,DSN=IMS.SDFSRESL // DD DISP=SHR,DSN=
hlq
.LOAD
Alternatively, you can copy the entire
hlq
.LOAD library into an existing library in the STEPLIB concatenation.

0 COMMENTS

We’d like to hear from you!