Determine file compare parameters - connect_cdc_sqdata - Latest

Connect CDC (SQData) Change Data Capture

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
Language
English
Product name
Connect CDC (SQData)
Title
Connect CDC (SQData) Change Data Capture
Copyright
2024
First publish date
2000
Last edition
2024-09-05
Last publish date
2024-09-05T15:00:09.754973

The Keyed File Compare data capture agent is controlled by a set of Runtime parameters described in the following table.

Keyword Description
OLDDS The name of the older version of the dataset that is to be compared
NEWDS The name of the newer version of the dataset that is to be compared
RPTFREQ The number of records to process before issuing a records processed message
RECALIAS Name assigned the CDC record so it can be identified by an Engine via the RECNAME function
OUTURL The url for a LogStream or Sequential File
[KEYOFF] The offset of the key, relative to 0, from the beginning of the file, Optional
[KEYLEN] The length of the key, Required IF KEYOFF is specified
TIMESTAMP Sets the Begin Timestamp used in the CDC records. Overrides the default "currernt" system time. Format is YYYT-MM-DD. HH.MM.SS.ffffff
Note:
  • OLDDS and NEWDS files names must be enclosed in Single Quotes
  • RECALIAS must match the File Entry as defined in the CICS FCT
  • OUTURL utilizes the standard url format: zlog://<Log_Stream_name>, file://<sequential_File_name>