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
  27. PWXUMAP - Map List Utility
  28. PWXUSSL - PowerExchange SSL Reporting Utility
  29. WRKJRNLCKE- Journal Lock Table Utility for IBM i

Sample Input for the DTLUCBRG Utility

Sample Input for the DTLUCBRG Utility

The following sample input registers all DB2 tables on the DSN1 subsystem that have an owner name beginning with the characters "DTL":
DBTYPE DB2 TABLE DTL* CONDTYPE NONE INSTANCE DSN1 LOCATION MP3000 LOCATION_CRG MP3000 LOCATION_DM MP3000 LOCATION_XDM MP3000 CRGPREFIX DB2 TESTRUN N STATUS A UID dtlusr PWD dtlusr OUTPUT=c:\dtlucdb2.txt REPLACE Y REPLACEACTIVE Y RPTCOLS N
The TABLE parameter works with the REPLACE and REPLACEACTIVE parameters to indicate that any active or inactive registrations that match the TABLE mask will be replaced.
The CONDTYPE setting of NONE indicates that data will not be available for PowerExchange Condense or PowerExchange Logger for Linux, UNIX, and Windows processing. For information about PowerExchange Condense or the PowerExchange Logger, see the PowerExchange CDC guide for your operating system.
The INSTANCE parameter specifies the DB2 subsystem name.
The LOCATION and LOCATION_
xxx
parameters indicate that the MP3000 system will contain the target data and the registration, data map, and extraction map files. Verify that each LOCATION parameter value maps to a NODE statement in the DBMOVER configuration file.
The STATUS and CRGPREFIX parameters indicate that the registrations will be created with a status of Active and the prefix "DB2."
The RPTCOLS parameter setting of NO indicates that the DTLUCBRG report output will show table names only, without column information. The OUTPUT parameter indicates that the report output will be written to the dtlucdb2.txt file.

0 COMMENTS

We’d like to hear from you!