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. PWXUSSL - PowerExchange SSL Reporting Utility
  30. WRKJRNLCKE- Journal Lock Table Utility for IBM i

EDMLUCTR Utility - Example 3

EDMLUCTR Utility - Example 3

The following JCL statements filter records by using the -MASK value of DB2DSNB and then print the records starting from a specific RBA.
// 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 //SYSPRINT DD SYSOUT=* //SYSUDUMP DD SYSOUT=* //SYSIN DD * -SEL LOGRBA=000000191A8D0000 RECORDS=10 -MASK DB2DSNB //
The inclusion of the optional RECORDS parameter limits the number of record scans for the character string DB2DSNB.
The resulting output is:
19:12:40.93 L O G S T A R T PWXEDM175000I Log Scan/Print Utility initializing Echo of input from SYSIN.............. -SEL LOGRBA=000000191A8D0000 RECORDS=10 -MASK DB2DSNB End of input from SYSIN.............. PWXEDM175005I Begin data transfer at X'000000191A8D0000' PWXEDM172146I EDMLRDP: LMF now processing WBRUMB1.DEV.V1.PRILOG.DS01 for Log Scan/Print Utility Chg-rec EDP-UOW=AUSL 000000191A8D00000000 LogRBA=000000191D410000 ECCR-UOW=01 F0F1000000000001 605FE82B00000000 Source=DB2 Func=DLET Srcname=DB2DSNBtenchar1 Timestamp-18:53:19:68 Date-05/07/2014 Chg-rec EDP-UOW=AUSL 000000191A8D00000000 LogRBA=00000019219F0000 ECCR-UOW=01 F0F1000000000001 605FE82B00000000 Source=DB2 Func=DLET Srcname=DB2DSNBtenchar1 Timestamp-18:53:19:68 Date-05/07/2014 Chg-rec EDP-UOW=AUSL 00000019289D00000000 LogRBA=000000192B510000 ECCR-UOW=01 F0F1000000000001 605FF25800000000 Source=DB2 Func=ISRT Srcname=DB2DSNBtenchar1 Timestamp-18:53:19:68 Date-05/07/2014 Chg-rec EDP-UOW=AUSL 00000019289D00000000 LogRBA=000000192F9B0000 ECCR-UOW=01 F0F1000000000001 605FF25800000000 Source=DB2 Func=ISRT Srcname=DB2DSNBtenchar1 Timestamp-18:53:19:68 Date-05/07/2014 Chg-rec EDP-UOW=AUSL 0000001936AD00000000 LogRBA=0000001939610000 ECCR-UOW=01 F0F1000000000001 605FF6E000000000 Source=DB2 Func=UPDT Srcname=DB2DSNBtenchar1 Timestamp-18:53:19:68 Date-05/07/2014 Default 5000 or RECORDS= threshold reached PWXEDM172198I EDMLPOPU: LMF table populate tasks are terminating due to an operator stop or PAC termination PWXEDM175039E Reader for
log_dataset_name
ended due to operator STOP or PAC termination Totals by Source.............. DB2DSNBtenchar1 Isrt= 2 Repl= 1 Dlet= 0 Segm= 0 Evnt= 0 Unk= 0 Open Uows..................... L O G E N D

0 COMMENTS

We’d like to hear from you!