You can run the Recovery function by using
the JCL that is written for the DFSURDB0 program.
Procedure
- In the DFSURDB0 JCL, code the EXEC statement as follows:
// EXEC PGM=DFSRRC00,PARM='UDR,DFSURDB0,dbdname'
- UDR
- This statement specifies a recovery region.
- dbdname
- This statement is the name of the DBD that includes the data set
to be recovered.
The general IMS positional parameters such as the BUF and
SPIE can follow the dbdname.
For additional parameters that can be used to specify a batch processing region, see IMS
System Definition.
- Code the corresponding control statement in the SYSIN data set. See Control statements for the Recovery function (DFSURDB0 JCL).
- Code the appropriate DD statements. For a list of DD statements, see DD statements for the Recovery function (DFSURDB0 JCL).
- Submit the JCL.