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 Agent

Sample JCL Procedure for the PowerExchange Agent

PowerExchange provides sample JCL for the PowerExchange Agent in the RUNLIB library. The installation process customizes this JCL with the values that you specify in the z/OS Installation Assistant.
The sample PowerExchange Agent PROC is in the AGENTSTP member of the RUNLIB. This member is copied to the PROCLIB library using a member name that consists of the value that you specified in the
PowerExchange Agent / Logger Prefix
field during installation followed by the letter A.
The following sample JCL is for the PowerExchange Agent:
//PWXA PROC STARTUP=WARM,HLQ=YOUR.INSTALL.HLQ, // RUNLIB=YOUR.INSTALL.HLQ.RUNLIB, // LOGGER=PWXL //* PowerExchange Agent //* //* POSSIBLE VALUES FOR STARTUP= ARE WARM AND COLD //* CAUTION - USE "COLD" START ONLY FOR PROBLEM RESOLUTION //* //PWXAGENT EXEC PGM=EDMSTART,PARM='STARTUP=&STARTUP', // TIME=NOLIMIT, // ACCT=XXXX //STEPLIB DD DISP=SHR,DSN=&HLQ..LOADLIB // DD DISP=SHR,DSN=&HLQ..LOAD //DTLMSG DD DISP=SHR,DSN=&HLQ..DTLMSG //DTLCFG DD DISP=SHR,DSN=&RUNLIB(DBMOVER) //DTLKEY DD DISP=SHR,DSN=&RUNLIB(LICENSE) //EDMPARMS DD DISP=SHR,DSN=&HLQ..&LOGGER..USERLIB //EDMSCTL DD DISP=SHR,DSN=&RUNLIB(AGENTCTL), // FREE=CLOSE //* SYSTCPD EXPLICITLY IDENTIFIES WHICH DATA SET IS TO BE USED TO //* OBTAIN THE PARAMETERS DEFINED BY TCPIP.DATA. THIS DD STATEMENT //* MIGHT BE NECESSARY IF YOUR CONFIGURATION CANNOT BE FOUND USING //* USING THE STANDARD IP SEARCH. CONSULT YOUR NETWORKING SYSTEMS //* PROGRAMMER FOR FURTHER INFORMATION. //*SYSTCPD DD DSN=YOUR.TCPIP.DATA,DISP=SHR //DTLLOG DD SYSOUT=* //DTLLOG01 DD SYSOUT=* //SYSPRINT DD SYSOUT=* //*-------------------------------------------------------------------*

0 COMMENTS

We’d like to hear from you!