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

REG_COPY SELECT Statement

REG_COPY SELECT Statement

The SELECT statement specifies filter criteria for selecting the registrations to be copied.
The following parameters are optional, but you must enter at least one to select registrations for copying:
DBID=
database_instance
the source database instance associated with the registrations to select. This value depends on the database type. For example, the database instance might be a DB2 subsystem ID or a database name. You can use the asterisk (*) wildcard character to select multiple instances.
The following entries are valid:
  • The full name of a specific instance. For example:
    DBID=sample
  • Part of the instance name with the asterisk wildcard (*) to create a mask that matches one or more instances. For example:
    DBID=sam*
  • The wildcard (*) only for all instances:
    DBID=*
Default is the wildcard (*) only.
DBTYPE=
database_type
Specifies the source database type associated with the registrations to select.
Valid values are:
  • ADA
    for Adabas.
  • AS4
    for DB2 for i (i5/OS).
  • DB2
    for DB2 for z/OS.
  • DCM
    for Datacom.
  • IDM
    for IDMS.
  • IMS
    for IMS.
  • MSS
    for Microsoft SQL Server.
  • MYS
    for MySQL.
  • ORA
    for Oracle.
  • PGS
    for PostgreSQL.
  • UDB
    for DB2 for Linux, UNIX, and Windows.
  • VSM
    for VSAM.
REG_NAME=
registration_name
The name of the registration that you want to select for the copy operation. Use the registration name that was entered when the registration was created. You can use the asterisk (*) wildcard character to select multiple registrations.
The following entries are valid:
  • The full registration name. For example:
    REG_NAME=capture1
  • Part of the registration name with the asterisk wildcard (*) to create a mask that matches one or more registrations. For example:
    REG_NAME=prod*
  • The wildcard (*) only to select all registrations. For example:
    REG_NAME=*
Default is the wildcard (*) only.

0 COMMENTS

We’d like to hear from you!