Determine File Compare Parameters |
Scroll |
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 |
Notes:
•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>