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

PWXUMAP Global Parameters

PWXUMAP Global Parameters

The PWXUMAP utility supports the following global parameters and options that pertain to all or multiple commands:
CMD=
command_name
Required. The command that determines the report type to be written to the output file. For more information, see Summary of Commands and Parameters.
OUTPUT_FILE=
file_name
Required. The name of the output file for the report, such as
my_registrations.txt
. The output file is a standard text file on the Windows system where you run the utility.
TYPE ={ALL|CRX|DMX|MD}
Required. The type of map or object to include in the report. Options are:
  • ALL
    . Include both data maps and extraction maps.
  • CRX
    . Include only extraction maps.
  • DMX
    . Include only data maps.
  • MD
    . Include data maps, files, or z/OS partitioned data set members.
LOCATION={
node_name
|
local
}
The name of the server where the PowerExchange maps file resides. You can specify
local
if the maps file is on the machine where the utility runs, or you can specify the node name of a remote machine where a PowerExchange Listener runs. The node name must be specified in a NODE statement in the local DBMOVER configuration file. If the location is a remote Listener, and the SECURITY statement in the DBMOVER configuration file is set to level 1 or 2, a user ID and either a password or an encrypted password are required.
Default is
local
.
UID=
user_name
The user name associated with the server specified by the LOCATION parameter. The requirement for this parameter depends the value of the SECURITY statement in the PowerExchange DBMOVER configuration file associated with the remote Listener.
PWD =
password
A clear-text password for the user who is specified in the UID parameter. If the utility accesses a remote IBM i (i5/OS) or z/OS location, you can enter a valid PowerExchange passphrase instead of a password. Do not specify both the EPWD parameter and PWD parameter.
EPWD=
encrypted_password
An encrypted password for the user who is specified in the UID parameter. Do not specify both the EPWD parameter and PWD parameter. Use EPWD if you are not allowed to store passwords in a readable format.
AMLIST=
access_method_list
The AMLIST parameter filters the results of the PWXUMAP utility reports to specific database and file access methods for the DTLDESCRIBE, LISTMAPS, LISTSCHEMAS, and PRINTMAPLINES commands.
Use the following parameter values to filter the results for data maps by access method:
Access Method
Value
Adabas
A
DL1
D
ESDS
E
Db2 for z/OS image
G
IDMS
I
KSDS
K
RRDS
N
SEQ
S
Tape
T
User
U
Db2 for z/OS unload
W
Datacom
X
Db2 i or Db2 for z/OS database
Z
Use the following parameter values to filter the results for extraction maps by access method:
Access Method
Value
Adabas
A
Db2 i or Db2 for z/OS
B
DL1
D
ESDS
E
MySQL
F
IDMS
I
KSDS
K
Microsoft SQL Server
L
RRDS
N
ODBA
O
Oracle
P
Db2 for Linux, UNIX, and Windows
V
Datacom
X
For example, to list the names of IMS data maps that use DL/I or ODBA access, specify the D and O values for the AMLIST parameter:
AMLIST=DO
To list Db2 i and Db2 for z/OS data maps, specify the following value for the AMLIST parameter:
AMLIST=B
The AMLIST parameter has no default. If you do not set the AMLIST parameter, all access methods are selected and used in conjunction with other utility input.
CPUTIMEUSED={Y|
N
}
Whether the report header includes the amount of CPU time that it took to run the report.
Default is N.
MAPMASK=
map_mask
A mask that matches one or more data-map or extraction-map names. Use the asterisk (*) wildcard to represent all or part of the map name.
OVERRIDE_CRX_FILE=
extraction_maps_file
The name of the extraction-maps file that contains the map information, if different than the current extraction-maps file for the PowerExchange Listener specified in the LOCATION parameter.
OVERRIDE_DMX_FILE=
data_maps_file
The name of the data-maps file that contains the map information, if different than the current data-maps file for the PowerExchange Listener specified in the LOCATION parameter.
PACESIZE=
n
The number of messages to display or write at a time.
For example, if you use the DTLDESCRIBE command, you can set PACESIZE=100 to make the progress display easier to read in the command window. If you encounter an error, set PACESIZE=1 to display the output one line at a time until the failure occurs, making it easier to find the point of failure. Set PACESIZE=0 to display the output as it occurs, without pausing.
Valid values are 0 through 100. Default is 0.
PROMPT={Y|
N
}
When the PACESIZE parameter is set, the PROMPT parameter determines whether to issue a user prompt to continue the progress display after each incremental set of messages. If you specify PROMPT=Y, you must respond to each prompt to advance the progress display.
Default is N.
SCHEMAMASK=
schema_mask
A pattern that matches one or more schema names. Use the asterisk (*) wildcard to represent all or part of the map name.
TABLEMASK=
table_mask
A pattern that matches one or more table names. Use the asterisk (*) wildcard to represent all or part of the map name.
TIMESTAMPS={
Y
|N}
Whether the report title includes a timestamp.
Default is Y.

0 COMMENTS

We’d like to hear from you!