Please enable JavaScript to view this site.

Examine the existing CDCzLog Publisher Agent configuration (.cab) file. In our first example, data captured from the new Segment was directed to an existing Engine. The Publisher Agent configuration must now be updated to publish the captured data to the new Engine.

The sqdconf utility, and JCL similar to sample member SQDCONIC included in the distribution, will be used to update the CAB file using the add command specifying the  DBD_Name and the new target datastore:

//*---------------------------------------------------

//*-  ADD AN ENGINE TO THE CONFIG FILE

//*---------------------------------------------------

//ADDENG2   EXEC SQDCONF,OWNER=&SYSUID

//SQDPARMS DD *  

add --active --key=IVPDB1

  --datastore=cdc:////IMSTOORA

  /home/sqdata/imspub1/IMSPUB1.cab

 

A display job can be run at any time to review the complete content of the updated CAB file.

//*-----------------------------------

//*-  DISPLAY CONFIG FILE            

//*-----------------------------------

//DISPLAY   EXEC SQDCONF,OWNER=&SYSUID

//SQDPARMS DD *                      

display /home/sqdata/imspub1/IMSPUB1.cab

//*