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

EDMXLUTL Utility Example

EDMXLUTL Utility Example

The following example JCL creates an event marker when the edition level changes. You can find this example in the
#EDMLUTB
member of the
HLQ.SAMPLIB
sample library (where
HLQ
is the high-level qualifier specified at installation).
// JOB //*-------------------------------------------------------------------* //* DETAIL Change Capture - EVENT MARKER UTILITY TO CREATE SPECIAL EVENT //* RECORD TO REFLECT A CHANGE IN EDITION LEVELS //*-------------------------------------------------------------------* //* REPLACE THE FOLLOWING ITEMS WITH PROPER INSTALLATION VALUES //* 1. JCL DATA SET NAMES //* 2. EDMSYSIN DD CONTROL CARD //*-------------------------------------------------------------------* //EDMUTIL EXEC PGM=EDMXLUTL //STEPLIB DD DISP=SHR,DSN=HLQ.LOAD <=== CDM LOADLIB //EDMPARMS DD DISP=SHR,DSN=YOUR.USERLIB <=== EDMSDIR,EDMUPARM //EDMMSG DD SYSOUT=* //EDMSYSIN DD * EVENT TYPE=BASEEDM NOTIFY=EDITION OBJECT=DB2 ACCESS=OBJECT X EDMNAME=EDM.EDMNAME1 /*
The following lines show the messages that result after you run the create-event-marker utility.
Sample Messages for the Create an Event Marker Utility DTLEDM175015I Control card read from EDMSYSIN * * Do EVENT mark for EDMNAME=VSAM.API.SOURCE * EVENT - TYPE=BASEEDM - NOTIFY=ENDCOPY - OBJECT=IMS - ACCESS=OBJECT - EDMNAME=VSAM.API.SOURCE DTLEDM175015I Executing EVENT command; command messages may follow. Event type=BASEEDM DTLEDM175025I Event Mark Notify=ENDCOPY Summary: Event Mark Logger RBA . . . . . . :C4C7D2D340400000001E466400000000 Event Sequence number . . . . . . : 0000001E466400000000 Event Edition number. . . . . . . : B42B13970E162802 Event Source EDMNAME . . . . . . : VSAM.API.SOURCE Related Target EDMNAME . . . . . : DB2.DEAG.RDADGK.APITARGET

0 COMMENTS

We’d like to hear from you!