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

Sample JCL Procedure for the PowerExchange Logger

Sample JCL Procedure for the PowerExchange Logger

PowerExchange provides a sample PROC for running the PowerExchange Logger for z/OS. The installation process customizes this JCL with the values that you specify in the z/OS Installation Assistant.
The sample PowerExchange Logger PROC is provided in the LOGERSTP member, which is copied to the PROCLIB library. The member name is comprised of the value that was entered in the
PowerExchange Agent / Logger Prefix
field during installation followed by the letter L.
The following sample JCL is for the PowerExchange Logger:
//PWXL PROC HLQ=PWX,LOGGER=PWXL, // HLQVSM=PWX //*------------------------------------------------------ //LOGGER EXEC PGM=EDMLC000,REGION=0M,TIME=NOLIMIT, // PARM=&LOGGER,ACCT=XXXX //STEPLIB DD DISP=SHR,DSN=&HLQ..LOAD //EDMPARMS DD DISP=SHR,DSN=&HLQ..&LOGGER..USERLIB //SYSPRINT DD SYSOUT=* //SYSUDUMP DD SYSOUT=* //ERDS01 DD DSN=&HLQVSM..&LOGGER..ERDS01,DISP=SHR //ERDS02 DD DSN=&HLQVSM..&LOGGER..ERDS02,DISP=SHR

0 COMMENTS

We’d like to hear from you!