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

DTLUCBRG Utility Source-Specific Parameters

DTLUCBRG Utility Source-Specific Parameters

For Adabas, IMS, Microsoft SQL Server, MySQL, Oracle, PostgreSQL, and VSAM data sources, the DTLCUBRG utility requires additional information to update registrations. Provide this information in the source-specific parameters.
These parameters have names that begin with the DBTYPE value and end with a suffix of OPTS. Each one has one or more subparameters.
The following list describes the source-specific parameters and subparameters:
ADAOPTS
Specifies parameters for Adabas sources. To use these parameters, the DBTYPE parameter must be set to ADA in the input parameter file. Otherwise, the utility issues an error message.
Syntax:
ADAOPTS=(FileNo=
file number
,DBID=
dbid
)
Subparameters:
FileNo
Required. The Adabas file number. No default is provided.
DBID
Required. The Adabas DBID. No default is provided.
IMSOPTS
Specifies parameters for IMS sources. To use these parameters, the DBTYPE parameter must be set to IMS in the input parameter file. Otherwise, the utility issues an error message.
Syntax:
IMSOPTS=([TYPE={
SYN
|LOG}][,DBDNAME=
DBD_name
][,IMSID=
subsystem_id
][, PRIMDSN=
dataset_name
])
Subparameters:
TYPE
Optional. The type of PowerExchange IMS CDC processing that you use. Options are:
  • SYN
    for IMS synchronous CDC.
  • LOG
    for IMS log-based CDC.
Default is SYN.
DBDNAME
Optional. The database name from the DBD. Default is From Datamap.
IMSID
Optional. The IMS subsystem ID, which matches the value in the IMSID statement in the DBMOVER member of the RUNLIB library. No default is provided.
PRIMDSN
Optional. The primary data set name. No default is provided.
MSSOPTS
Specifies parameters for Microsoft SQL Server sources. To use these parameters, the DBTYPE parameter must be set to MSS in the input parameter file. Otherwise, the DTLUCBRG utility issues an error message.
Syntax:
MSSOPTS=(DBSERVER=
database_server
,DBNAME=
database_name
,[UPDATESTATUS={Y|
N
}])
Subparameters:
DBSERVER
Required. The name of the database server. You can optionally include a port number for the server in the following format:
DBSERVER="
database_server
,
port_number
"
In this case, the double-quotation marks are required.
No default is provided.
DBNAME
Required. The name of the database that contains the tables from which changes are captured. Default is From Datamap.
UPDATESTATUS
Optional. indicates whether the utility can change the status of multiple registrations in one operation and delete and rebuild the associated publications. Use this parameter when you need to switch the status of many registrations at one time, or when you need to make DDL changes to many source tables and do not want to manually re-create the registrations and regenerate the publications.
If you specify UPDATESTATUS=Y, the utility performs the following actions, depending on the STATUS setting:
  • If STATUS is set to I, the active registrations that you select are set to inactive and the associated publications are deleted.
  • If STATUS is set to A, the inactive registrations that you select are set to active and the associated publications are automatically rebuilt based on the existing registrations.
You can filter the registrations for the utility to process by specifying the CONDTYPE, TABLE, and CRGNAME or CRGPREFIX parameters.
Default is N.
MYSOPTS
Specifies a parameter for MySQL sources. To use this parameter, the DBTYPE parameter must be set to MYS in the input parameter file. Otherwise, the utility issues an error message.
Syntax:
MYSOPTS=(DBSERVER="{
database_server_name
|localhost}[{,
port_number
|
3306
}]")
Subparameter:
DBSERVER
Required. Enter the server name or IP address of the MySQL server where the source database is located. If the MySQL server is on the local host where the DTLUCBRG utility runs, you can enter
localhost
. Optionally, you can append the port number if you use a port other than the default port of 3306, for example,
DBSERVER="localhost,3456"
.
ORAOPTS
Specifies a parameter for Oracle sources. To use this parameter, the DBTYPE parameter must be set to ORA in the input parameter file. Otherwise, the utility issues an error message.
Syntax:
ORAOPTS=(DDLFILE=[
path
][
file_name
])
Subparameter:
DDFILE
Required. The name of the file that stores ALTER DDL statements for supplemental log groups. You can specify the file name only or the full path and file name, for example,
oraopts.sql
or
c:\sql\oraopts.sql
. Alternatively, you can enter the subparameter with a blank value,
DDFILE=
, to use the default file name and directory.
If the parameter value includes spaces, do not use quotes to delimit the path and file name. If you specify only a path, the utility returns an error.
Default value is dtlucbrg_ora.sql.
PGSOPTS
Specifies parameters for PostgreSQL sources. To use these parameters, the DBTYPE must be set to PGS in the input parameter file. Otherwise, the DTLUCBRG utility issues an error message.
Syntax:
PGSOPTS=(DBSERVER=
database_server
,DBNAME=
database_name
)
Subparameters:
DBSERVER
Required. The name of the database server. You can optionally include a port number for the server in the following format:
DBSERVER="
database_server
,
port_number
"
In this case, the double-quotation marks are required.
No default is provided.
DBNAME
Required. The name of the database that contains the tables from which changes are captured.
VSMOPTS
Specifies a parameter for VSAM sources. To use this parameter, the DBTYPE parameter must be set to VSM in the input file. Otherwise, the utility issues an error message.
Syntax:
VSMOPTS=(FNAME=
file_name
)
Subparameters:
FNAME
Required. The name of the source VSAM data set.

0 COMMENTS

We’d like to hear from you!