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.

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


Related topic


 

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

CHANGE ACCUMULATION PLUS 5.1