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

Global SET_CONTROL_VALUE Parameters

Global SET_CONTROL_VALUE Parameters

You can specify one or more global parameters in a SET_CONTROL_VALUE command that you include in the PWXSYSIN input for a PWXUCREG job.
The global parameters apply to the subsequent registration-specific commands in the PWXSYSIN input, unless you override the global parameter value in one of the following ways:
  • You specify a subsequent registration-specific command with the corresponding parameter, if available.
  • You specify another SET_CONTROL_VALUE command with a different global parameter value later in the input stream.
All of the global parameters are optional but you must specify at least one in a SET_CONTROL_VALUE command.
In the following parameter descriptions, curly brackets indicate that one of the options must be entered, and underlining indicates the default value.

Parameter Descriptions

DISPLAY_REGISTRATION_AFTER_COMMAND={N|
Y
}
Displays information about the capture registration or registrations that were processed by the preceding registration-specific command that changed the registration status. This information includes the registration current status setting and activation and suspension timestamps. You can use this information to verify that the preceding command correctly changed the status. Options are:
  • N
    . Do not display registration information after each command that changes the registration status.
  • Y
    . Display registration information after each command that changes the registration status.
Default is Y. If you accept the default value, you do not need to specify the DISPLAY_REGISTRATION command in the PWXUCREG JCL to display registration status information after a command, unless you want to override this global parameter setting.
You can use this parameter with the DISPLAY_REGISTRATION_BEFORE_COMMAND parameter to display registration status information before and after a command that changes the status.
DISPLAY_REGISTRATION_BEFORE_COMMAND={
N
|Y}
Displays information about the capture registration or registrations that will be processed by a subsequent registration-specific command that changes the registration status. This information includes the registration current status setting and activation and suspension timestamps. You can use this information to verify that the command correctly changes the status for the original value to the target value. Options are:
  • N
    . Do not display registration information before each command that changes the registration status.
  • Y
    . Display registration information before each command that changes the registration status.
Default is N. If you accept the default value, you can still specify the DISPLAY_REGISTRATION command in the PWXUCREG JCL to display registration status information before a particular command.
You can use this parameter with the DISPLAY_REGISTRATION_AFTER_COMMAND parameter to display registration status information before and after a command that changes the status.
GENERIC={
N
|Y}
Enables you to issue registration-specific commands that change the registration status for multiple registrations. You must also specify masks that contain the asterisk (*) wildcard in certain parameters of the registration-specific commands, such as REGISTRATION_NAME and DATABASE_INSTANCE.
This parameter is not required or supported for the DISPLAY_REGISTRATION command, which is generic by default.
You can override this global setting for a particular registration-specific command by including the GENERIC parameter in the command.
GLOBAL_EPWD=
encrypted_password
Specifies an encrypted password to use with the user ID that is specified in the associated GLOBAL_USER parameter.
Consult with your system security administrator to determine the requirements for a user ID and a password or encrypted password based on your system security and the SECURITY statement in the DBMOVER configuration member.
You can use the PowerExchange Navigator to create an encrypted password. Click
File
Encrypt
.
If you specify this parameter, do not also specify the GLOBAL_PWD parameter. If you specify both, the GLOBAL_EPWD parameter takes precedence. Use the GLOBAL_EPWD parameter if you are not allowed to store passwords in readable format.
You can override this value for a particular registration-specific command by including the EPWD parameter in the command.
GLOBAL_PWD=
password
Specifies a nonencrypted password to use with the user ID that is specified in the associated GLOBAL_USER parameter. This value is case-sensitive.
Consult with your system security administrator to determine the requirements for a user ID and a password or encrypted password based on your system security and the SECURITY statement in the DBMOVER configuration member.
If you specify this parameter, do not also specify the GLOBAL_EPWD parameter. If you specify both, the GLOBAL_EPWD parameter takes precedence.
You can override this value for a particular registration-specific command by including the PWD parameter in the command.
GLOBAL_REGISTRATION_LOCATION={
hlq.data_set_name
|
local
}
Specifies the location of the VSAM CCT data set that contains the capture registrations. Default value is "local."
Usually, the default value of "local" is acceptable because the capture registrations must reside on the z/OS source system where the PWXUCREG utility runs.
You can override this value for a particular registration-specific command by including the REGISTRATION_LOCATION parameter in the command.
GLOBAL_USER=
user_id
Specifies a user ID that has the authority to access capture registrations in the CCT data set on the source system. This value is case-sensitive.
Consult with your system security administrator to determine the requirements for a user ID and a password or encrypted password based on your system security and the SECURITY statement in the DBMOVER configuration member.
If you specify this parameter, also specify either the GLOBAL_EPWD or GLOBAL_PWD parameter.
You can override the global user ID for a particular registration-specific command by including the USER parameter in the command.
SHOW_EXPANDED_STATEMENT={
N
|Y}
Displays the input command statements in an expanded format that includes the parameters that you specified in the PWXUCREG job and the other valid parameters that you did not specify but are in effect with their default values or an asterisk (*) wildcard entry.
SYSTEM_CONSOLE_MESSAGES_COMMAND={
N
|Y}
Controls whether the utility routes message output from registration-specific commands that change the registration status to the z/OS system console as well as to the DTLLOG log. If you enter Y, messages are sent to the system console and the DTLLOG log. If you accept the default value of N, the messages are sent only to the DTLLOG log.
SYSTEM_CONSOLE_MESSAGES_DISPLAY={
N
|Y}
Controls whether the utility routes message output from an explicit or automatic display registration request to the
z/OS
system console as well as to the DTLLOG log. These requests result from a DISPLAY_REGISTRATION command or a SET_CONTROL_VALUE command that includes the global DISPLAY_REGISTRATION_AFTER_COMMAND or DISPLAY_REGISTRATION_BEFORE_COMMAND parameter. If you enter Y, the messages are sent to the system console and the DTLLOG log. If you accept the default value of N, the messages are sent only to the DTLLOG log.

0 COMMENTS

We’d like to hear from you!