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

General Syntax for PWXUCREG Commands

General Syntax for PWXUCREG Commands

Use the following general syntax to enter global commands and registration-specific commands in the PWXSYSIN input for a PWXUCREG job:
//PWXSYSIN DD * SET_CONTROL_VALUE,global_parameter1=
value1
; global parameter2=
value
, global parameter3 ; Registration-specific command primary keyword, parameter1=
value
, parameter2=
value
, paraemter3=
value
; <
additional registration-specific commands
> ; SET_CONTROL_VALUE,global_parameter1=
value2
; Registration-specific command primary keyword, parameter1=
value
, parameter4=
value
; <
additional registration commands
> ; /*
The following syntax rules apply:
  • A command consists of a primary keyword followed by one or more valid parameters.
  • A command ends with a semicolon (;).
  • Use a comma (,) to separate a primary keyword from a parameter. Also, use a comma between parameters. Do not use a comma after the last parameter in a command, before the ending semicolon.
  • In a SET_CONTROL_VALUE command, you can specify one or more global parameters. Global parameters are optional, but you must include at least one global parameter in the command. Alternatively, you can specify a separate SET_CONTROL_VALUE statement for each parameter.
  • In a registration-specific command, you can enter multiple parameters. Some parameters are required to identify the registrations to process, and other parameters are optional.
  • The utility parses and executes commands in the input stream one at a time from top to bottom.
  • You can repeat the SET_CONTROL_VALUE command in the input stream with different parameters or with the same parameters but different values for a subsequent set of registration-specific commands.
  • You can include parameters in a registration-specific command that overwrite corresponding global parameters in the preceding SET_CONTROL_VALUE statement. For example, include the REGISTRATION_LOCATION parameter in a registration-specific command to overwrite the GLOBAL_REGISTRATION_LOCATION parameter in the previous SET_CONTROL_VALUE command.

0 COMMENTS

We’d like to hear from you!