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. EDMUOPTS - Service Aid Utility
  18. EDMXLUTL - Event Marker Utility
  19. HOSTENT - TCP/IP Address Reporter Utility
  20. PWXCATMY - MySQL Catalog Utility
  21. PWXUCCLPRT - Print Log Summary Utility
  22. PWXUCDCT - Logger for Linux, UNIX, and Windows Utility
  23. PWXUCREG - Capture Registration Suspend Utility
  24. PWXUCRGP - Capture Registrations Print Utility
  25. PWXUDMX - Data Maps Update Time ECSA Memory Utility
  26. PWXUGSK - SSL Reporting Utility for z/OS
  27. PWXUMAP - Map List Utility
  28. PWXUSSL - PowerExchange SSL Reporting Utility

PWXUCCLPRT INPUT Statement Parameters

PWXUCCLPRT INPUT Statement Parameters

The INPUT statement has the following parameters:
DBID=
collection_id
Specifies the collection identifier.
STARTIME=
YYYYMMDDHHMISS
Filters out all events before the specified time.
ENDTIME=
YYYYMMDDHHMISS
Filters out all events after the specified time.
Time filters are inclusive. For example,
STARTTIME=201608 ENDTIME=201608
selects all of the data that was generated in August 2016.
STARTSEQUENCE=
startsequence
The start sequence value in hexadecimal format. Filters out all events before the specified sequence. PWXUCCLPRT does not check the sequence length.
ENDSEQUENCE=
endsequence
The end sequence value in hexadecimal format. Filters out all events after the specified sequence. For example, in Oracle Capture:
STARTSEQUENCE=D40000023CE27D ENDSEQUENCE=D40000023CE300
selects all of the data between commit SCN 37544573 and 37544704.
Sequence filters are inclusive. The utility does not check the sequence length.
TAGLIST=(
tag
,
tag
, ...)
Specifies a list of capture tags to filter the data.
In the case of flexible condense, the utility processes the first group by default. To process a different group, you must supply a tag from the group you want to process. To process all tags from the group, supply an asterisk(*) in the tag list. For example: (ORAORCLdept1,*)
UIDLIST=(
id
,
id
, ...)
Specifies a list of user IDs to filter the data. The filter is not case sensitive.
FILELIST=(
file
,
file
, ...)
Specifies a list of specific files to process. For example:
("/ccl/group1/grp1.CND.CP160802.T0916001","/ccl/group1/grp1.CND.CP160802.T0917001")
RECORDLIMIT=
n
Limits the number of records that the utility processes after the filter criteria are applied.
ENCRYPTOPT={AES128|AES192|AES256}
The AES encryption algorithm used for encrypting PowerExchange log files. By default, encrypted condense records are dumped in encrypted format. To dump the data in unencrypted format, you must specify the encryption options used by pwxccl.
ENCRYPTEPWD=encrypted_encryption_password
The password used for encrypting PowerExchange log files. By default, encrypted condense records are dumped in encrypted format. To dump the data in unencrypted format, you must specify the encryption options used by pwxccl.

0 COMMENTS

We’d like to hear from you!