PIT change accumulation without a specified timestamp
This topic shows example JCL using the Change Accumulation utility to produce a point-in-time (PIT) change accumulation (CA) without a specified timestamp.
The PIT(Y) keyword tells the utility to produce the PIT CA.
The input data sets must be dynamically allocated (as specified in this example with the LOG(*) keyword). DBRC must be active (as specified in this example with the DBRC(Y) keyword).
//*----------------------------------------------------------------
//* POINT-IN-TIME CHANGE ACCUMULATION WITHOUT A SPECIFIED TIMESTAMP
//*----------------------------------------------------------------
//S01CA EXEC PGM=CAPUMAIN,REGION=4096K
//STEPLIB DD DSN=product.load,DISP=SHR
// DD DSN=IMS.RESLIB,DISP=SHR
//IMS DD DSN=IMS.DBDLIB,DISP=SHR
//SYSPRINT DD SYSOUT=*
//CAPSYSIN DD *
GLBL DBRC(Y) PIT(Y)
GROUP CAGRP(CAGRP1) FUNC(CA) LOG(*) -
CA(*) CAPREF(BMC.ACCUM)
/*
//* POINT-IN-TIME CHANGE ACCUMULATION WITHOUT A SPECIFIED TIMESTAMP
//*----------------------------------------------------------------
//S01CA EXEC PGM=CAPUMAIN,REGION=4096K
//STEPLIB DD DSN=product.load,DISP=SHR
// DD DSN=IMS.RESLIB,DISP=SHR
//IMS DD DSN=IMS.DBDLIB,DISP=SHR
//SYSPRINT DD SYSOUT=*
//CAPSYSIN DD *
GLBL DBRC(Y) PIT(Y)
GROUP CAGRP(CAGRP1) FUNC(CA) LOG(*) -
CA(*) CAPREF(BMC.ACCUM)
/*
Related topic
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*