Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange Utilities
  3. createdatamaps - Data Map Creation Utility
  4. DTLCCADW - Adabas PCAT Utility
  5. DTLCUIML - IMS Log Marker Utility
  6. DTLINFO - Release Information Utility
  7. DTLREXE - Remote Execution Utility
  8. DTLUAPPL - Restart Token Utility
  9. DTLUCBRG - Batch Registration Utility
  10. DTLUCDEP - CDEP Maintenance Utility
  11. DTLUCSR2 - IDMS SR2 and SR3 Records Utility
  12. DTLUCUDB - DB2 for Linux, UNIX, and Windows CDC Utility
  13. DTLULCAT and DTLULOGC - IDMS Log Catalog Utilities
  14. DTLURDMO - Data Map Utility
  15. DTLUTSK - Task Control Utility
  16. EDMLUCTR - Log Scan and Print Utility
  17. EDMXLUTL - Event Marker Utility
  18. HOSTENT - TCP/IP Address Reporter Utility
  19. PWXCATMY - MySQL Catalog Utility
  20. PWXUCCLPRT - Print Log Summary Utility
  21. PWXUCDCT - Logger for Linux, UNIX, and Windows Utility
  22. PWXUCREG - Capture Registration Suspend Utility
  23. PWXUCRGP - Capture Registrations Print Utility
  24. PWXUDMX - Data Maps Update Time ECSA Memory Utility
  25. PWXUGSK - SSL Reporting Utility for z/OS
  26. PWXUMAP - Map List Utility
  27. PWXUSSL - PowerExchange SSL Reporting Utility

Running the DTLUAPPL Utility on z/OS

Running the DTLUAPPL Utility on z/OS

PowerExchange provides sample JCL for the DTLUAPPL utility in the DTLUAPPL member of the RUNLIB library.
Customize the sample JCL, as needed, and then submit the job.
For example, your customized JCL might contain the following statements:
//
jobname
 JOB //LIBSRCH  JCLLIB ORDER=your.RUNLIB //INCS1    INCLUDE MEMBER=GENBULK //INCS3    INCLUDE MEMBER=GENCHNG //STEP1    EXEC PGM=DTLUAPPL //STEPLIB DD DISP=SHR,DSN=&HLQ..LOADLIB // DD DISP=SHR,DSN=&HLQ..LOAD // DD DISP=SHR,DSN=&SCERUN //EDMPARMS DD DISP=SHR,DSN=&HLQEDM..&LOGGER&SUFFIX..USERLIB //SYSPRINT DD SYSOUT=* //SYSUDUMP DD SYSOUT=* //EDMMSG DD SYSOUT=* //*** //SYSIN DD *    MOD APPL tokens DSN9 RSTTKN GENERATE      ADD RSTTKN db2demo1    END APPL tokens    PRINT APPL tokens //* //* //DTLAMCPR DD DSN=&HLQVS..CCT, // DISP=(SHR) //DTLCACDE DD DSN=&HLQVS..CDEP, // DISP=(SHR) //* //DTLMSG DD DSN=&HLQ..DTLMSG, // DISP=(SHR) //DTLOUT    DD SYSOUT=* //DTLCFG DD DSN=&RUNLIB(DBMOVER), // DISP=(SHR) //DTLKEY DD DSN=&RUNLIB(LICENSE), // DISP=(SHR) //DTLLOG DD SYSOUT=* //DTLLOG01 DD SYSOUT=* //SYSPRINT DD SYSOUT=*
The JCL statements are:
JOB
Defines the DTLUAPPL job card to MVS, including the job name.
EXEC PGM=DTLUAPPL
Executes the DTLUAPPL program. This PGM name must be DTLUAPPL.
STEPLIB DD
Points to the PowerExchange LOADLIB and LOAD libraries and the Language Environment (LE) common runtime library.
EDMPARMS DD
Points to the USERLIB library, which contains the EDMSDIR module options that are used to connect to the PowerExchange Agent and PowerExchange Logger for z/OS.
SYSPRINT DD
Defines a SYSOUT data set to which job output is printed.
SYSUDUMP DD
Defines a SYSOUT data set for dump data that can be used to diagnose DTLUAPPL problems.
EDMMSG DD
Defines a SYSOUT data set for messages from the PowerExchange Logger, ECCRs, PowerExchange Agent, Log Read API (LRAPI), and Log Write API (LWRAPI).
SYSIN DD
Defines the input control statements for the DTLUAPPL utility. You can specify the control statements in stream or point to a data set in which you define the control statements. The example JCL contains in‑stream statements for adding an application name, specifying its restart tokens, and printing information for all application names.
DTLAMCPR DD
Points to the CCT data set, which contains the capture registrations.
DTLCACDE DD
Points to the CDEP data set, which contains information for the application names that are used for ODBC change data extraction processes, PowerExchange Navigator row tests, and some other PowerExchange processes.
DTLMSG DD
Points to the data set that contains the PowerExchange messages that can be issued during PowerExchange processing, including utility processing.
DTLOUT DD
Defines a SYSOUT data set that includes messages from the DTLUAPPL utility.
DTLCFG DD
Points to the DBMOVER configuration file for PowerExchange.
DTLKEY DD
Points to the PowerExchange LICENSE member in the RUNLIB library, which contains your PowerExchange license key.
DTLLOG DD
Defines a SYSOUT data set for logging PowerExchange messages that report the status and events of some PowerExchange processes and components.
DTLLOG01 DD
Defines a SYSOUT data set for logging PowerExchange messages that report the status and events of some PowerExchange processes and components when alternative logging is enabled.

0 COMMENTS

We’d like to hear from you!