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. DTLINFOX - Enhanced Release Information Utility
  8. DTLREXE - Remote Execution Utility
  9. DTLUAPPL - Restart Token Utility
  10. DTLUCBRG - Batch Registration Utility
  11. DTLUCDEP - CDEP Maintenance Utility
  12. DTLUCSR2 - IDMS SR2 and SR3 Records Utility
  13. DTLUCUDB - DB2 for Linux, UNIX, and Windows CDC Utility
  14. DTLULCAT and DTLULOGC - IDMS Log Catalog Utilities
  15. DTLURDMO - Data Map Utility
  16. DTLUTSK - Task Control Utility
  17. EDMLUCTR - Log Scan and Print Utility
  18. EDMUOPTS - Service Aid Utility
  19. EDMXLUTL - Event Marker Utility
  20. HOSTENT - TCP/IP Address Reporter Utility
  21. PWXCATMY - MySQL Catalog Utility
  22. PWXUCCLPRT - Print Log Summary Utility
  23. PWXUCDCT - Logger for Linux, UNIX, and Windows Utility
  24. PWXUCREG - Capture Registration Utility
  25. PWXUMAP - Map List Utility
  26. PWXUCRGP - Capture Registrations Print Utility
  27. PWXUDMX - Data Maps Update Time ECSA Memory Utility
  28. PWXUGSK - SSL Reporting Utility
  29. PWXUSSL - PowerExchange SSL Reporting Utility
  30. WRKJRNLCKE- Journal Lock Table Utility for IBM i

DTLUTSK Command Line Utility on i5/OS

DTLUTSK Command Line Utility on i5/OS

Use the following syntax and parameters to run the DTLUTSK utility on i5/OS:
Syntax:
CALL PGM(
library
/DTLUTSK)PARM   ('LOC=
location
CMD=
command_name
  [TASKID=
task_id
] [APPL=
task_name
] [NODETYPE={N|A|S}      [UID=<
user_id
]   [PWD=<
pwd_or_passphrase
>]')
Be sure to add the
dtllb
and
datalib
libraries to your library list before executing a DTLUTSK command.
Parameters:
The following table describes the parameters:
Parameter
Description
LOC
The remote location where the task is running. Locations must be specified in NODE statements in the DBMOVER configuration file. If you enter LOCAL, the utility returns an error message.
CMD
The command name:
  • LISTTASK
    . Lists all current tasks.
  • STOPTASK
    . Stops the task specified by TASKID parameter.
  • LISTLOCATIONS
    . Lists all current locations.
  • LISTALLOC
    . Lists all allocated data sets.
TASKID
When CMD=STOPTASK, the task ID of the task that you want to stop. You can determine the task ID by using the LISTTASK command.
APPL
When CMD=STOPTASK, the task name of the task that you want to stop.
NODETYPE
When CMD=LISTLOCATIONS, specify one of the following node types:
  • N
    . Lists locations that are defined in NODE statements in the DBMOVER configuration file.
  • A
    . Lists locations that are defined in NODE or SVCNODE statements in the DBMOVER configuration file.
  • S
    . Lists locations that are defined in SVCNODE statements in the DBMOVER configuration file.
Default is N.
UID
A user ID that has the authority to access the location, if required by your security settings.
PWD
A password or encrypted password for the specified user. If a password contains nonalphanumeric characters, you must enclose it in double-quotation marks (“). Do not include double-quotation marks within a password string, even if you enclose it in double-quotation marks.
For access to a remote i5/OS or z/OS location, 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. Passphrases 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, enclose it in double quotation marks ("). If a passphrase contains special characters, enclose it in triple double-quotation marks (""").
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.
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
.

0 COMMENTS

We’d like to hear from you!