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

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!