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

JCL for the Datacom Log-Based ECCR

JCL for the Datacom Log-Based ECCR

To configure the JCL for the Datacom log-based ECCR, edit the ECCRDCM member in the PowerExchange RUNLIB data set.
The JCL in the ECCRDCM member contains the following statements:
//******************************************************************** //* * //* RUN DETAIL DATACOM TABLE BASED ECCR * //* * //******************************************************************** //ECCRAD1 EXEC PGM=DTLCCDCR,REGION=50M //STEPLIB DD DISP=SHR,DSN=&HLQ..LOADLIB // DD DISP=SHR,DSN=&HLQ..LOAD // DD DSN=&DCOMCAI, // DISP=(SHR) // DD DSN=&DCOMSPL, // DISP=(SHR) // DD DSN=&DCOMLOAD, // DISP=(SHR) // DD DSN=&DCOMCUST, // DISP=(SHR) // DD DSN=&DCOMIPC, // DISP=(SHR) //CXX DD DSN=&DCOMCXX, // DISP=(SHR) //EDMPARMS DD DISP=SHR,DSN=&HLQEDM..&LOGGER&SUFFIX..USERLIB //DTLCFG DD DISP=SHR,DSN=&RUNLIB(DBMOVER) //DTLKEY DD DISP=SHR,DSN=&RUNLIB(LICENSE) //DTLCACFG DD DISP=SHR,DSN=&RUNLIB(ECCRDCMP) //DTLAMCPR DD DISP=SHR,DSN=&HLQVS..CCT //DTLMSG DD DISP=SHR,DSN=&HLQ..DTLMSG //* IF USING MESSAGE OVERRIDE THEN CUSTOMIZE BELOW //*DTLMSGO DD DISP=SHR,DSN=&RUNLIB(DTLMSGO) //* //DTLLOG DD SYSOUT=* //DTLLOG01 DD SYSOUT=* //SYSUDUMP DD SYSOUT=* //SYSOUT DD SYSOUT=* //SYSPRINT DD SYSOUT=* //EDMMSG DD SYSOUT=* //CEEDUMP DD SYSOUT=*
Statement Descriptions:
EXEC
Specifies the ECCR program name (DTLCCDCR).
STEPLIB DD
Includes the PowerExchange load libraries (LOADLIB and LOAD). If you added the load libraries to the system LNKLST concatenation, you do not need to add it to the STEPLIB statement.
EDMPARMS
Specifies the name of the PowerExchange USERLIB library that contains the default options module (EDMSDIR) associated with the PowerExchange Agent and PowerExchange Logger that you are using.
If you do not include an EDMPARMS statement, or if the library that you specify does not contain the options modules, PowerExchange CDC uses the STEPLIB concatenation to obtain the configuration options.
DTLCFG
Specifies the DBMOVER configuration file for PowerExchange. Some of the parameters are applicable to the Datacom table-based ECCR.
DTLKEY
Specifies the PowerExchange license key file, which contains the license key for the PowerExchange options that you use.
DTLCACFG
Points to the Datacom ECCR configuration member ECCRDCMP.
DTLAMCPR
Points to the data set that contains the capture registrations.
DTLMSG
Specifies the output data set for PowerExchange messages.
DTLLOG
Specifies the PowerExchange log file for messages. This SYSOUT file contains various messages that report the status and events for the Datacom table-based ECCR.

0 COMMENTS

We’d like to hear from you!