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

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}
Required. The type of map 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.
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 filter a report to list IMS data map names, use the following values for the AMLIST parameter:
AMLIST=DO
To filter a report of data map names to Db2 i and Db2 for z/OS database data maps, use the following values:
AMLIST=B
There is no default for AMLIST. If you do not include the AMLIST parameter, all access methods are selected for the criteria specified by the rest of the input to the utility.
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.
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 time stamp.
Default is
Y
.

0 COMMENTS

We’d like to hear from you!