Configure batch VSAM for capture - connect_cdc_sqdata - aws_mainframe_modernization_service - Latest

AWS Mainframe Modernization Data Replication for IBM z/OS

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
AWS Mainframe Modernization > AWS Mainframe Modernization Service
Version
Latest
ft:locale
en-US
Product name
AWS Mainframe Modernization
ft:title
AWS Mainframe Modernization Data Replication for IBM z/OS
Copyright
2025
First publish date
2000
ft:lastEdition
2025-02-10
ft:lastPublication
2025-02-10T15:55:15.122000
Connect CDC (SQData) can also capture Batch VSAM updates but with an additional prerequisite: IBM's CICS VSAM Recovery (CICS VR) Version 5.1 or later is required to replicate changes made by batch jobs outside of CICS Transaction Server.
  1. Use IDCAMS to add the LOGSTREAMID with the LogStream name previously created and LOGREPLICATE and FRLOG parameters to the VSAM files Cluster specification in the ICF catalog entry for each VSAM file to be captured.
    Example:

    //STEP1 EXEC PGM=IDCAMS
    //SYSPRINT DD SYSOUT=*
    //SYSIN DD *
        ALTER SQDATA.CICS.FILEA -
        LOGSTREAMID(SQDATA.VSAMCDC.LOG1) -
        LOGREPLICATE
        FRLOG(REDO|UNDO|ALL)
    Where the value of the FRLOG parameter may not be ( ) Null but rather one of the following:
    • REDO - recoverable by forward recovery
    • UNDO - recoverable by backout (minimum required value)
    • ALL - recoverable by backout and forward recovery
  2. CICS VR must be authorized to access the specified recovery LogStream.