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. EDMUOPTS - Service Aid Utility
  18. EDMXLUTL - Event Marker Utility
  19. HOSTENT - TCP/IP Address Reporter Utility
  20. PWXCATMY - MySQL Catalog Utility
  21. PWXUCCLPRT - Print Log Summary Utility
  22. PWXUCDCT - Logger for Linux, UNIX, and Windows Utility
  23. PWXUCREG - Capture Registration Suspend Utility
  24. PWXUCRGP - Capture Registrations Print Utility
  25. PWXUDMX - Data Maps Update Time ECSA Memory Utility
  26. PWXUGSK - SSL Reporting Utility
  27. PWXUMAP - Map List Utility
  28. PWXUSSL - PowerExchange SSL Reporting Utility
  29. WRKJRNLCKE- Journal Lock Table Utility for IBM i

Example 2. Reactivating a Capture Registration

Example 2. Reactivating a Capture Registration

You previously suspended a capture registration for a source to ignore cascade delete operations and now want to reactivate the registration to begin capturing changes again.
To close the suspension window and resume change capture for the capture registration named b800tbl, you run a PWXUCREG job that contains an ACTIVATE_REGISTRATION command.
Use the following JCL to run a PWXUCREG job that suspends the capture registration:
//PWXURACT JOB 'PWXUCREG',MSGLEVEL=(1,1),MSGCLASS=X,NOTIFY=&SYSUID, // CLASS=A //LIBSRCH JCLLIB ORDER=DTLUSR.V951.RUNLIB // SET HLQ=DTLUSR.V951 // SET RUNLIB=DTLUSR.V951.RUNLIB //STEP1 EXEC PGM=PWXUCREG //STEPLIB DD DISP=SHR,DSN=&HLQ..LOADLIB //* //DTLAMCPR DD DISP=SHR,DSN=&HLQ..CCT //DTLMSG DD DISP=SHR,DSN=&HLQ..DTLMSG //DTLCFG DD DISP=SHR,DSN=&RUNLIB(DBMOVER) //DTLKEY DD DISP=SHR,DSN=&RUNLIB(LICENSE) //DTLSGN DD DISP=SHR,DSN=&RUNLIB(SIGNON) //DTLLOG DD SYSOUT=* //SYSUDUMP DD SYSOUT=* //SYSOUT DD SYSOUT=* //SYSPRINT DD SYSOUT=* //PWXSYSIN DD * SET_CONTROL_VALUE,SYSTEM_CONSOLE_MESSAGES_COMMAND=Y; ACTIVATE_REGISTRATION, DATABASE_INSTANCE=R11G4, REGISTRATION_NAME=b800tb1 /*
The JCL includes the global SYSTEM_CONSOLE_MESSAGES_COMMAND=Y parameter in the SET_CONTROL_VALUE command to write messages related to reactivation processing to the z/OS system console.
If the JCL is successfully processed, the following messages are printed to both the job log and z/OS system console:
16.22.57 JOB03119 ---- TUESDAY, 23 OCT 2012 ---- 16.22.57 JOB03119 IRR010I USERID DTLUSR IS ASSIGNED TO THIS JOB. 16.22.58 JOB03119 ICH70001I DTLUSR LAST ACCESS AT 16:22:35 ON TUESDAY, OCTOBER 23, 2012 16.22.58 JOB03119 £HASP373 PWXURACT STARTED - INIT 3 - CLASS A - SYS MHZ1 16.22.58 JOB03119 IEF403I PWXURACT - STARTED - TIME=16.22.58 16.22.59 JOB03119 PWX-03716 PWXUCREG: Registration "b800tb1", version "1", instance "R11G4", status changed from "Suspended" to "Active" . 16.23.00 JOB03119 - --TIMINGS (MINS.)-- -----PAGING COUNTS---- 16.23.00 JOB03119 -STEPNAME PROCSTEP RC EXCP CONN TCB SRB CLOCK SERV WORKLOAD PAGE SWAP VIO SWAPS 16.23.00 JOB03119 -STEP1 00 1019 346 .00 .00 .0 5350 BATCH 0 0 0 0 16.23.00 JOB03119 IEF404I PWXURACT - ENDED - TIME=16.23.00 16.23.00 JOB03119 -PWXURACT ENDED. NAME- TOTAL TCB CPU TIME= .00 TOTAL ELAPSED TIME= .0 16.23.00 JOB03119 £HASP395 PWXURACT ENDED ------ JES2 JOB STATISTICS ------ 23 OCT 2012 JOB EXECUTION DATE 24 CARDS READ 142 SYSOUT PRINT RECORDS 0 SYSOUT PUNCH RECORDS 8 SYSOUT SPOOL KBYTES 0.03 MINUTES EXECUTION TIME PWX-33314 TIMEOUTS configuration parameter is deprecated PWX-15799 DD:PWXSYSIN <> PARM INPUT FILE: START>>> . PWX-15799 SET_CONTROL_VALUE,SYSTEM_CONSOLE_MESSAGES_COMMAND=Y;. PWX-15799 ACTIVATE_REGISTRATION,. PWX-15799 DATABASE_INSTANCE=R11G4,. PWX-15799 REGISTRATION_NAME=b800tb1. PWX-15799 ;. PWX-15799 DD:PWXSYSIN <> PARM INPUT FILE: END(COMPLETE). PWX-03716 PWXUCREG: Registration "b800tb1", version "1", instance "R11G4", status changed from "Suspended" to "Active" . PWX-03717 PWXUCREG: Number of registrations processed 1 . PWX-03712 PWXUCREG: Registration "b800tb1", type "DCM", instance "R11G4", version "1", current status "A". PWX-03713 PWXUCREG: Registration "b800tb1", suspended at "2012/10/23 16:22:37.235636", current time "2012/10/23 16:23:00.219928". PWX-03714 PWXUCREG: Registration "b800tb1", activated at "2012/10/23 16:22:59.789082", current time "2012/10/23 16:23:00.219928". PWX-03724 PWXUCREG: Number of registrations displayed 1.
Message PWX-03716 indicates that the utility successfully changed the registration status to Activated. Messages PWX-03712 through PWX-03714 are printed because you accepted the default value of Y for global DISPLAY_REGISTRATION_AFTER_COMMAND parameter. These messages report registration information such as the current registration status, the activation timestamp, and the suspension timestamp from the last SUSPEND_REGISTRATION command.

0 COMMENTS

We’d like to hear from you!