Information
Space announcement We are no longer updating this space, and you cannot comment on this space. The CHANGE ACCUMULATION PLUS component is now documented in BMC AMI Backup and Recovery for IMS.

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)
/*


Related topic


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

CHANGE ACCUMULATION PLUS 5.1