Add the new VSAM source file to the existing VSAM Log Capture simply requires the same modifications specified for the initial files captured:
- Add the LOGSTREAMID and LOGREPLICATE parameters to the VSAM files Cluster specification:
Example:
ALTER
SQDATA.CICS.FILEB
-
LOGSTREAMID(SQDATA.VSAMCDC.LOG1) -
LOGREPLICATE
- CICS Replication Logging Recovery Parameters must be set for File(s) to be captured with LOGREPLICATE, with Backoutonly as the minimum setting
Example:
RECOVERY PARAMETERS
RECOVery : Backoutonly Backoutonly | All
Fwdrecovlog : No No | 1-99
BAckuptype : Static Static | Dynamic
The VSAM LOGREPLICATE function is simple to configure. Connect CDC SQData requires the following modifications to the typical environment to utilize the previously created System LogStream:
- Add the LOGSTREAMID and LOGREPLICATE parameters to the VSAM files Cluster specification for each file to be captured
Example:
ALTER
SQDATA.CICS.FILEA
-
LOGSTREAMID(SQDATA.VSAMCDC.LOG1) -
LOGREPLICATE
- CICS Replication Logging Recovery Parameters must be set for File(s) to be captured with LOGREPLICATE, with Backoutonly as the minimum setting