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

Control Statement Parameters for the DTLUCDEP Utility

Control Statement Parameters for the DTLUCDEP Utility

Use the DTLUCDEP definition file to control whether the DTLUCDEP utility prints or modifies CDEP information for an application. You can filter the resulting utility output based on a number of days.
The utility has the following parameters:
USER
user_ID
If security checking is enabled, an operating system user ID.
For an application on a supported Linux, UNIX, or Windows system, if you have enabled PowerExchange LDAP user authentication, the user ID is the enterprise user name. For more information, see the
PowerExchange Reference Manual
.
{PWD
password
|EPWD
encrypted_password
}
A password or encrypted password for the specified user.
  • PWD
    . A password for the specified user.
    For access to i5/OS or z/OS, you can enter a valid PowerExchange passphrase instead of a password. An i5/OS passphrase can be from 9 to 31 characters in length. A z/OS passphrase can be from 9 to 128 characters in length. A passphrase can contain the following characters:
    • Uppercase and lowercase letters
    • The numbers 0 to 9
    • Spaces
    • The following special characters:
      ’ - ; # \ , . / ! % & * ( ) _ + { } : @ | < > ?
      The first character is an apostrophe.
    Passphrases cannot include single quotation marks (‘), double quotation marks (“), or currency symbols.
    If a passphrase contains spaces, you must enclose it with double-quotation marks ("), for example,
    "This is a passphrase"
    . If a passphrase contains special characters, you must enclose it with triple double-quotation characters ("""), for example,
    """This passphrase contains special characters ! % & *."""
    . If a passphrase contains only alphanumeric characters without spaces, you can enter it without delimiters.
    To use passphrases, ensure that the PowerExchange Listener runs with a security setting of SECURITY=(1,N) or higher in the DBMOVER member. For more information, see "SECURITY Statement" in the
    PowerExchange Reference Manual
    .
    On z/OS, a valid RACF passphrase can be up to 100 characters in length. PowerExchange truncates passphrases longer than 100 characters when passing them to RACF for validation.
  • EPWD
    . An encrypted password for the specified user.
    For access to i5/OS or z/OS, you can enter an encrypted PowerExchange passphrase instead of an encrypted password. Do not encrypt a passphrase that contains invalid characters, such as double-quotation marks, single quotation marks, or currency symbols.
{PRINT|MODIFY}
Specify one of the following keywords:
  • PRINT
    . Prints the CDEP details for the specified application.
  • MODIFY
    . Removes details for the specified application from the CDEP file based on the days parameter.
APPL
Set to APPL.
appname
Name of the application that you want to print or modify. To specify all applications, enter “ALL.” To specify multiple applications with the same name pattern, include the asterisk (*) wildcard character, for example, LULU*.
days
The number of days of information that the command processes.
For example, the following statement removes all progress details for the application LULU01 that are more than 21 days old:
modify appl LULU01 21
The following statement prints all progress details for the application LULU01 for the previous 21 days:
print appl LULU01 21
To remove all details for a particular application use 0 force. For example:
modify appl LULU01 0 force
If the days parameter is not specified, the utility prints progress details for the last seven days or removes (modifies) details that are older than 40 days.

0 COMMENTS

We’d like to hear from you!