Timestamp PIT change accumulation
This topic shows example JCL using the Change Accumulation utility to produce a timestamp point-in-time (PIT) change accumulation, as specified with the PIT(Y) keyword and TIMESTMP keyword.
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).
The timestamp provided with the TIMESTMP keyword is used as the timestamp on a subsequent PIT Recovery function that is performed with the BMC Recovery utility.
//*-------------------------------------------------------
//*TIMESTAMP POINT-IN-TIME CHANGE ACCUMULATION
//*-------------------------------------------------------
//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) TIMESTAMP(0205011523902)
GROUP CAGRP(CAGRP1) FUNC(CA) LOG(*) -
CA(*) CAPREF(BMC.ACCUM)
/*
//*TIMESTAMP POINT-IN-TIME CHANGE ACCUMULATION
//*-------------------------------------------------------
//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) TIMESTAMP(0205011523902)
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*