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 Syntax for the DTLURDMO Utility

Control Statement Syntax for the DTLURDMO Utility

The DTLURDMO definition file includes the following control statements:
[REPORTDEST LOG|STDERR|STDOUT|
file_name
]; [INPUT
data_set_name
|
file_name
|
folder_name
;] [OUTPUT
data_set_name
|
file_name
|
folder_name
;] USER
user_ID
; [PWD
password
|EPWD
encrypted
_
password
]; [TARGETUSER
target_user_ID
;] [TARGETPWD
password
|TARGETEPWD
encrypted_password
;] SOURCE
source_node
; TARGET
target_node
; [REPLACE;] [DETAIL;] [NOTIMESTAMPS;] [TESTMODE;] [VALIDATE;] [DM_COPY; [
DM_COPY_optional_statements
;]] [REG_COPY; [
REG_COPY_optional_statements
;]] [XM_COPY; [
XM_COPY_optional_statements
;]]
In the syntax, statements or parameters enclosed in square brackets ([]) are optional. The following rules and guidelines apply:
  • All control statements must end with a semicolon (;).
  • Statements and parameters are case-insensitive.
  • Operands used for comparison, such as operands used to filter objects, are case-insensitive.
  • Operands used to rename or modify object attributes are case-sensitive.
  • Parameters that are enclosed in parentheses and comma-separated must be specified in that format.
  • You must specify exactly one PWD or EPWD statement.
  • The INPUT statement applies to the SOURCE location.
  • The OUTPUT statement applies to the TARGET location.
  • You must specify exactly one type of copy statement: DM_COPY, REG_COPY, or XM_COPY. You can specify this statement once or multiple times.
  • Optional statements follow a copy statement and are valid only for the scope of the execution of the copy statement.
Within the scope of a copy statement, DTLURDMO allows multiple occurrences of each of the EXCLUDE, MODIFY, RENAME, and SELECT statements. However, in most cases it is preferable to include multiple copy statements instead. For more information, see Scope of Operands.
Before you use a DTLURDMO definition file that you used with a previous release of the product, verify that its syntax is consistent with the syntax described in this topic.

0 COMMENTS

We’d like to hear from you!