JCL requirements for the Recovered CI Print program

The Recovered CI Print program runs as an MVS™ batch job.

The program requires the following JCL statements:

JOB statement

JOB statement indicates the start of the JCL.

EXEC statement

This statement must be in the following form:

Read syntax diagramSkip visual syntax diagram PGM=DFRCIDM0 ,PARM='FORMAT=FULLCOMPACT'
FORMAT=FULL |COMPACT
Specifies the output format of the CI image. The default is FULL.
FULL
The output format of the DFSMS AMS program
COMPACT
The output format of the MVS SNAP macro

DD statements

STEPLIB DD
Specifies the library containing the Recovered CI Print program load module.
SYSPRINT DD
Specifies the output data set for the control statements and Messages list generated by the Recovered CI Print program.
RCIPRINT DD
Specifies the output data set for the Recovered CI Dump list generated by the Recovered CI Print program.
RCIDUMP DD
Specifies the recovered CI dump data set generated by IMS DEDB Fast Recovery.
SYSIN DD
Specifies the input data set containing the control statements.