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

Example JCL for a DTLUTSK Job on z/OS

Example JCL for a DTLUTSK Job on z/OS

The following JCL statements are for a DTLUTSK job on z/OS:
//* //* MEMBER DTLUTSK //* //INCS1 INCLUDE MEMBER=GENBULK //* //RUN EXEC PGM=DTLUTSK, // PARM=('CMD=LISTTASK LOC=location UID=userid PWD=password') /* //* SAMPLE PARMS FOLLOW: //* REMOVE COMMENT BEFORE CMD TO RUN //* DTLUTSK Help: Examples: //* PARM=('CMD=LISTTASK LOC=NODE1 UID=uid PWD=pwd') //* PARM=('CMD=STOPTASK TASKID=taskid LOC=NODE1 UID=uid PWD=pwd') //* PARM=('CMD=STOPTASK APPL=taskname LOC=NODE1 UID=uid PWD=pwd') //* PARM=('CMD=LISTTASK TASKID=taskid LOC=location', //* 'UID=uid EPWD=encryptpwd') //STEPLIB DD DISP=SHR,DSN=&HLQ..LOADLIB // DD DISP=SHR,DSN=&SCERUN //* //SYSIN DD DUMMY /* //* //DTLMSG DD DSN=&HLQ..DTLMSG,DISP=SHR //* IF USING MESSAGE OVERRIDE THEN CUSTOMIZE BELOW //*DTLMSGO DD DISP=SHR,DSN=&RUNLIB(DTLMSGO) //DTLCFG DD DSN=&RUNLIB(DBMOVER),DISP=SHR //DTLKEY DD DSN=&RUNLIB(LICENSE),DISP=SHR //DTLSGN DD DSN=&RUNLIB(SIGNON),DISP=SHR //DTLLOG DD SYSOUT=* //DTLLOG01 DD SYSOUT=* //SYSUDUMP DD SYSOUT=* //SYSOUT DD SYSOUT=* //SYSPRINT DD SYSOUT=* //CEEDUMP DD SYSOUT=*
To run this JCL, add a JOB card. You can copy the JOBCARD member to the DTLUTSK member.
In the PARM statements, specify the utility commands and parameters. You can include the following common parameters:
LOC
A node name for the remote location where the task or tasks are running. This node name must be specified in a NODE statement in the DBMOVER configuration file.
UID
A user ID that can be used to access the remote location. You must also specify either the PWD or EPWD parameter.
PWD
A password for the specified user or a valid PowerExchange passphrase.
A passphrase for z/OS access can be from 9 to 128 characters in length and 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.
Do not also specify the EPWD parameter.
EPWD
An encrypted password for the specified user.
For a location on 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.

0 COMMENTS

We’d like to hear from you!