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

Configuring the IMS Log-Based ECCR JCL

Configuring the IMS Log-Based ECCR JCL

Configure the IMS log-based ECCR JCL that PowerExchange installation generates in the
xxx
IMSEC member of the PROCLIB library, where
xxx
is the
PowerExchange Agent / Logger Prefix
value that you specified in the
z/OS
Installation Assistant.
The generated JCL is customized based on your input in the
z/OS
Installation Assistant. The ECCRIMS EXEC statement that is compatible with your IMS version is uncommented. You can customize the JCL as needed. For example, to run the ECCR as a started task, configure a PROC instead of a JOB card.
The following sample JCL contains statements that were generated at installation:
//IMSEC PROC HLQ=PWX.PROD,LOGGER=PWXL, // HLQEDM=PWX.PROD, // RUNLIB=PWX.PROD.RUNLIB, // HLQVS=PWX.PROD.VSM // IMSRES=IMS1110.SDFSRESL //*ECCRIMS EXEC PGM=DTLCCIMA,TIME=NOLIMIT,REGION=0M (V10) //*ECCRIMS EXEC PGM=DTLCCIMB,TIME=NOLIMIT,REGION=0M (V11) //ECCRIMS EXEC PGM=DTLCCIMC,TIME=NOLIMIT,REGION=0M (V12) //*ECCRIMS EXEC PGM=DTLCCIMD,TIME=NOLIMIT,REGION=0M (V13) //*ECCRIMS EXEC PGM=DTLCCIMX,TIME=NOLIMIT,REGION=0M (V10 and higher) //STEPLIB DD DISP=SHR,DSN=PWX.PROD.LOADLIB // DD DISP=SHR,DSN=PWX.PROD.LOAD // DD DISP=SHR,DSN=IMS1110.SDFSRESL //EDMPARMS DD DISP=SHR,DSN=PWX.PROD.PWXL.USERLIB //*-------------------------------------------------------------------* //DTLCFG DD DSN=PWX.PROD.RUNLIB(DBMOVER), // DISP=SHR //DTLKEY DD DSN=PWX.PROD.RUNLIB(LICENSE), // DISP=SHR //DTLMSG DD DSN=PWX.PROD.DTLMSG, // DISP=SHR //* IF USING MESSAGE OVERRIDE THEN CUSTOMIZE BELOW //*DTLMSGO DD DISP=SHR,DSN=PWX.PROD.RUNLIB(DTLMSGO) //DTLLOG DD SYSOUT=* //DTLLOG01 DD SYSOUT=* //* //DATAMAP DD DSN=PWX.PROD.VSM.DATAMAPS, // DISP=SHR //SYSUDUMP DD SYSOUT=* //SYSOUT DD SYSOUT=* //SYSPRINT DD SYSOUT=* //CEEDUMP DD SYSOUT=* //DTLCACHG DD DUMMY //DTLCACDC DD DSN=PWX.PROD.VSM.CDCT, // DISP=SHR //DTLCACFG DD DSN=PWX.PROD.RUNLIB(CAPTIMS), // DISP=SHR //DTLAMCPR DD DSN=PWX.PROD.VSM.CCT, // DISP=SHR //* For DBRC API //DTLDBRC DD SYSOUT=* //*
To configure the JCL for use of the DTLCCIMX ECCR, contact Informatica Global Customer Support.

0 COMMENTS

We’d like to hear from you!