Descriptions of the numbered JCL statements are as follows:
The JOB statement conforms to your environment's standards.
The CICS VR batch backout program to be run is DWWBACK.
STEPLIB defines the name of the CICS VR
load library if it is not allocated in the link list.
DWWLOAD is optional, and defines the alternative load
libraries to STEPLIB and the link list, after the top module from
EXEC statement has been loaded. After the top module initialization,
all following module loads, supplementary CICS VR
modules, and CICS VR exits are from these alternative load
libraries.
DWWMSG defines the output data set that contains the messages
produced by CICS VR. This is usually defined as a SYSOUT
data set. The DCB parameters for this data set are RECFM=FBA and LRECL=133.
The block size can be provided on the DD statement, and must be a
multiple of 133. The default block size is 133.
DWWPRINT defines the output data set that contains the reports
produced by CICS VR. This is usually defined as a SYSOUT
data set. The DCB parameters for this data set are RECFM=FBA and LRECL=133.
The block size can be provided on the DD statement, and must be a
multiple of 133. The default block size is 133.
DWWCONx defines the RCDSs that were allocated
to the CICS VR server address space when the batch
job that made the updates you want to back out was originally run.
DWWIN defines the input data set containing the CICS VR
commands. You either can specify a sequential data set with 80-byte,
fixed-length records, or include the commands in-stream. For an explanation
of the available commands and keywords, see Understanding the CICS VR batch backout command and keywords.