Please enable JavaScript to view this site.

Navigation: Utilities > SQDCONF

Utility execution

Scroll

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/db2cdc1/db2cdc1.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/db2cdc1/db2cdc1.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.