Manually submitting JCL for change accumulation

You must manually submit the JCL that you create for change accumulation.

Sample JCL is shown in the following example:
Figure 1. Sample JCL for second step
//HPCA    JOB (IMSUTIL-HPCA),CLASS=A,MSGCLASS=A.
//       REGION=0M,TIME=NOLIMIT,
//       NOTIFY=&SYSUID
//*
//*
//*
//*
//*
//*MESSAGE  ****START OF HPCA UTILITY  ***
//  JCLLIB ORDER=(VNDR400.HPCA.PROCLIB)
//JOBLIB  DD DISP=SHR,
//      DSN=VNDR400.HPCA.SHPCLMD0
//     DD DSP=SHR, 
//      DSN=INSVS.181STS27.CRESLIB
//S2   EXEC HPCADRIV
//

JCL statement definitions for the second step are as follows:

JCLLIB
Specifies the procedure library used by IMS HP Change Accumulation Utility.
JOBLIB
JOBLIB is a concatenation of the IMS HP Change Accumulation Utility product library and the DBRC library that contains the DBRC utility program. This is usually the IMS RESLIB.
EXEC statement
Specifies that the HPCADRIV procedure should be processed. The HPCADRIV procedure is created by the BAT command and placed in the IMS HP Change Accumulation Utility procedure library.