Stop the Db2/z capture agent - 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

Capture Agents may be Stopped simply to apply changes to the configuration file as described earlier or Unmounted, which will completely terminate the capture.

Example

Stop the agent and then, using the SQDCONF Unmount command, terminate the Capture Agent which performs a complete shutdown of the address space. JCL is included in the distribution similar to the following and can be edited to conform to the operating environment and then used to execute the SQDCONF Configuration Manager.
//*----------------------------------------
//*- STOP CAPTURE AGENT
//*----------------------------------------
//STOP EXEC PGM=SQDCONF
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SQDPARMS DD *
 stop /home/sqdata/db2cdc/db2cdc.cab 
//*----------------------------------------
//*- UNMOUNT CAPTURE AGENT
//*----------------------------------------
//UNMOUNT EXEC PGM=SQDCONF
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SQDPARMS DD *
 unmount /home/sqdata/db2cdc/db2cdc.cab