Operation - 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 edition
2024-09-13
Last publish date
2024-09-13T19:10:49.846957

The sections above described the initial installation and configuration process. Once completed Connect CDC (SQData) is operationally ready to become active. IMS data that is changed will be captured by the Exit and written to a LogStream. Subscribing Engines will be authenticated by the Controller Daemon and CDC data will be Published via TCP/IP to each subscribing Engines, which will apply the data to the target datastores.

This section covers a few of the common operational activities likely to be encountered while in operation.

There are three methods supported for interacting with Connect CDC (SQData) components on z/OS:
  • ISPF panel Interface - The IMS Quickstart Guide provides detailed step by step instructions for the IMS Log Capture but much of the Guide also applies to the IMS TM Exit.
  • z/OS JCL - Traditional z/OS Jobs that execute the SQDCONF and SQDMON utilities and their full range of options for managing and controlling the SQDAEMON Controller Daemon and the z/OS IMS Log Reader Capture and zLog Publisher.
  • z/OS Console Commands - Duplicate many of the commands associated with the SQDCONF and SQDMON utility programs.
    Note: In order to issue any z/OS commands from TSO (including SDSF) the user must have TSO CONSOLE authority and possibly SDSF command authority.

CDCzLog Publisher

Command Function Description
P <task_name> Stops and unmounts the agent immediately
F <task_name>,PAUSE Pauses the agent
F <task_name>,RESUME Resumes the agent after a pause
F <task_name>,DISPLAY Display of the agent cab file with the output being written to SYSPRINT in the running STC
F <task_name>,STOP Stops the agent but leaves it mounted
F <task_name>,STOP,UNMOUNT Stops and unmounts the agent (same as P command)
F <task_name>,STOP,FLUSH Stops the agent after flushing out any UOWs that began before the command was issued, then unmounts
F <task_name>,STOP,FLUSH,FAILOVER Same as STOP,FLUSH except that it instructs downstream engines to try to reconnect for up to 10 minutes
F <task_name>,START Starts an agent that was previously stopped, but still mounted
F <task_name>,APPLY Applies pending cab file changes to the agent's cab file. Agent must be mounted, stopped in order to apply