To start the forward recovery functions, run the required JCL and provide the CICS® VR commands you require as parameters on the DWWIN DD statement.
The following sample JCL shows the JCL that is required to run CICS VR commands manually.
The commands specified to the CICS VR recovery program vary, depending on factors such as the type of recovery requested and what types of logs you are using, for example, log copies or log streams. For more information about the commands and keywords for the type of recovery you need, see CICS VR commands.
//CICSVR JOB job statement 1
//COMMAND EXEC PGM=DWWCO 2
//STEPLIB DD DSN=DWW.SDWWLOAD,DISP=SHR 3
// DD DSN=DWW.SDWWLENU,DISP=SHR
//DWWLOAD DD DISP=SHR,DSN=DWW.SDWWLOAD 4
// DD DISP=SHR,DSN=DWW.SDWWLENU
// DD DISP=SHR,DSN=exits load library name
//DWWMSG DD SYSOUT=* 5
//DWWPRINT DD SYSOUT=* 6
//DWWCON1 DD DSN=hlq.slq.DWWCON1.GRPsuffix,DISP=SHR 7
//DWWCON2 DD DSN=hlq.slq.DWWCON2.GRPsuffix,DISP=SHR
//DWWCON3 DD DSN=hlq.slq.DWWCON3.GRPsuffix,DISP=SHR
//DWWLOG DD DSN=LOG03.COPY1.D01159.T221500, 8
// UNIT=TAPE,VOL=SER=123456,DISP=OLD
//DWWIN DD * 9
.
.
CICSVR commands
.
.
/*
//
The DCB parameters for this data set are RECFM=FBA and LRECL=133. The block size can be provided on the DWWMSG DD statement and must be a multiple of 133. The default is 133.
The DCB parameters for this data set are RECFM=FBA and LRECL=133. The block size can be provided on the DWWPRINT DD statement and must be a multiple of 133. The default is 133.