Execute utility - connect_cdc_sqdata - Latest

Connect CDC (SQData) Utilities

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) Utilities
Copyright
2024
First publish date
2000
Last edition
2024-07-30
Last publish date
2024-07-30T19:47:43.164598
The SQDconf utility can be executed on z/OS with JCL similar to sample member SQDCONF included in the distribution, as in the sample below:
//*----------------------------------------  
//*-  DISPLAY CAPTURE CONFIG (.cab) FILE      
//*----------------------------------------  
//DISPLAY  EXEC PGM=SQDCONF                  
//SYSPRINT DD SYSOUT=*                      
//SYSOUT   DD SYSOUT=*                      
//SQDPARMS DD *                              
display /home/sqd/db2cdc.cab    

The syntax for UNIX and Windows systems are identical and can be run at the command prompt or in a script:

sqdconf display /home/sqdata/db2cdc.cab

Note: On some systems command sequences such as mount, apply, start, display may execute too quickly and subsequent commands may be ignored. If that occurs insert the appropriate "sleep" parameter between command sequences.