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. DTLINFOX - Enhanced Release Information Utility
  8. DTLREXE - Remote Execution Utility
  9. DTLUAPPL - Restart Token Utility
  10. DTLUCBRG - Batch Registration Utility
  11. DTLUCDEP - CDEP Maintenance Utility
  12. DTLUCSR2 - IDMS SR2 and SR3 Records Utility
  13. DTLUCUDB - Db2 for Linux, UNIX, and Windows CDC Utility
  14. DTLULCAT and DTLULOGC - IDMS Log Catalog Utilities
  15. DTLURDMO - Data Map Utility
  16. DTLUTSK - Task Control Utility
  17. EDMLUCTR - Log Scan and Print Utility
  18. EDMUOPTS - Service Aid Utility
  19. EDMXLUTL - Event Marker Utility
  20. HOSTENT - TCP/IP Address Reporter Utility
  21. PWXCATMY - MySQL Catalog Utility
  22. PWXUCCLPRT - Print Log Summary Utility
  23. PWXUCDCT - Logger for Linux, UNIX, and Windows Utility
  24. PWXUCREG - Capture Registration Utility
  25. PWXUMAP - Map List Utility
  26. PWXUCRGP - Capture Registrations Print Utility
  27. PWXUDMX - Data Maps Update Time ECSA Memory Utility
  28. PWXUGSK - SSL Reporting Utility
  29. PWXUMSGS - PowerExchange Listener Messages Utility
  30. PWXUSSL - PowerExchange SSL Reporting Utility
  31. WRKJRNLCKE- Journal Lock Table Utility for IBM i
  32. ZOSTOUCH - Set Last Referenced Date Utility for z/OS

EDMLUCTR Utility - Example 3

EDMLUCTR Utility - Example 3

The following JCL statements filter records by using the IMLEDMAls1 -MASK value and then prints the selected records. The logs will be read from the beginning and at most 250000 records will be processed. A mixed-case mask is used because the capture definitions are in mixed-case.
// JOB //READER EXEC PGM=EDMLUCTR //STEPLIB DD DISP=SHR,DSN=
hlq
.LOAD //ERDS01 DD DISP=SHR,DSN=
your
.ERDS01 //EDMPARMS DD DISP=SHR,DSN=
your
.USERLIB //EDMMSG DD SYSOUT=* //SYSUDUMP DD SYSOUT=* //SYSIN DD * -SEL LOGRBA=0000000000000000 RECORDS=250000 -MASK IMLEDMAls1 /*
In the resulting output, going back to the beginning of the logs caused log archives to be read first. The end of the logs was reached before the 250000 limit was reached.
The resulting output is:
EDMMSG log start PWXEDM175000I Log Scan/Print Utility initializing Echo of input from SYSIN.............. ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8 -SEL LOGRBA=0000000000000000 RECORDS=250000 -MASK IMLEDMAls1 End of input from SYSIN.............. PWXEDM175005I Begin data transfer at 0000000000000000 PWXEDM172146I Reader UTILITY ERDS01 reading at RBA 000000001000 in SYS00001-EDMTEST.V900.V2.SB2L.LG1.D2025093.T2352283 Chg-rec EDP-UOW=SB2L 000000000DB000000000 LogRBA=000000000F2A0000 ECCR-UOW=SB2IMSEC E2C2F2C9D4E2C5C3 0000000000000004 Source=VSM Func=ISRT Srcname=IMLEDMAls1aaseg100000 Timestamp-21:39:12.518393 Date-04/03/2025 Chg-rec EDP-UOW=SB2L 000000000DB000000000 LogRBA=0000000010F60000 ECCR-UOW=SB2IMSEC E2C2F2C9D4E2C5C3 0000000000000004 Source=VSM Func=ISRT Srcname=IMLEDMAls1baseg100000 Timestamp-21:39:12.518698 Date-04/03/2025 Chg-rec EDP-UOW=SB2L 000000000DB000000000 LogRBA=0000000012E60000 ECCR-UOW=SB2IMSEC E2C2F2C9D4E2C5C3 0000000000000004 Source=VSM Func=ISRT Srcname=IMLEDMAls1caseg100000 Timestamp-21:39:12.518930 Date-04/03/2025 . . . . . PWXEDM172146I Reader UTILITY ERDS01 reading at RBA 000000385000 in SYS00002-EDMTEST.V900.V2.SB2L.LG1.D2025111.T1827518 Chg-rec EDP-UOW=SB2L 0000006C8CEE00000000 LogRBA=0000006C8E680000 ECCR-UOW=SB2IMSEC E2C2F2C9D4E2C5C3 0000000000000977 Source=VSM Func=ISRT Srcname=IMLEDMAls1aaseg100000 Timestamp-17:12:18.782616 Date-04/21/2025 . . . . . Chg-rec EDP-UOW=SB2L 0000006CA35200000000 LogRBA=0000006CA70C0000 ECCR-UOW=SB2IMSEC E2C2F2C9D4E2C5C3 0000000000000983 Source=VSM Func=DLET Srcname=IMLEDMAls1caseg100000 Timestamp-17:12:22.105361 Date-04/21/2025 Chg-rec EDP-UOW=SB2L 0000006CA35200000000 LogRBA=0000006CA94C0000 ECCR-UOW=SB2IMSEC E2C2F2C9D4E2C5C3 0000000000000983 Source=VSM Func=DLET Srcname=IMLEDMAls1baseg100000 Timestamp-17:12:22.105361 Date-04/21/2025 PWXEDM172146I Reader UTILITY ERDS01 reading at RBA 000000709000 in SYS00003-EDMTEST.V900.V2.SB2L.LG1.D2025112.T0028538 PWXEDM172146I Reader UTILITY ERDS01 reading at RBA 000000A8D000 in SYS00004-EDMTEST.V900.V1.PRILOG.DS01 PWXEDM172198I Reader UTILITY ERDS01 reader terminates due to an operator stop or reader termination PWXEDM175039I Reader UTILITY for member ERDS01 ended due to operator STOP or PAC termination Totals by Source.............. IMLEDMAls1aaseg100000 Isrt= 4 Repl= 0 Dlet= 0 Segm= 0 Evnt= 0 Unk= 0 IMLEDMAls1baseg100000 Isrt= 4 Repl= 0 Dlet= 2 Segm= 0 Evnt= 0 Unk= 0 IMLEDMAls1caseg100000 Isrt= 8 Repl= 0 Dlet= 4 Segm= 0 Evnt= 0 Unk= 0 Open Uows..................... EDMMSG log end

0 COMMENTS

We’d like to hear from you!