Activate LOGREPLICATE for new data - 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 updated
2024-11-25
Published on
2024-11-25T15:05:48.570404

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