Examine the existing CDCzLog Publisher Agent configuration (.cab) file. Both the changes themselves and the implementation or activation of the changes must be considered. In our example, a new VSAM file was added to the capture. The Publisher Agent must be similarly updated to manage the new captured data in the LogStream using the SQDCONF utility and add command:
add --active | --inactive --key=<VSAMDD>
--datastore=cdc:///<engine_agent_alias>
<cab_file_name>
The sqdconf utility, with JCL similar to sample member SQDCONVP, will be used to update the CAB file using the add command specifying the new VSAMDD and the target datastore:
//*---------------------------------------------------
//* Add VSAMDD to Subscription
//*---------------------------------------------------
//ADD2 EXEC SQDCONF
//SQDPARMS DD *
add --key=FILEB
--datastore=cdc:////VSMTOVSM