Define subsystem to z/OS - 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

Before you can define the Connect CDC SQData external subsystem to z/OS or IMS, you must first link-edit the two (2) subsystem initialization routines into a LINKLIST library.

Use the SET SSI Operator Console command to define the Connect CDC SQData external subsystem to z/OS. The default subsystem id is SQD3, but it can be renamed as required for your environment.
SETSSI ADD,SUBNAME=SQD3,INITRTN=SQDASUBS
You will also want to include the following entry in your IEFSSNxx member in order for the external subsystem to be activated across IPLs.
SUBSYS SUBNAME(SQD3)         /* SQDATA SUBSYSTEM */
INITRTN(SQDASUBS)