Previous Topic: Example 13—Recover with Tape I/O Error AbendNext Topic: Example 15—Plan Disaster Recovery


Example 14—Restarting a Recovery

During the execution of the following command, an IPL occurred due to a system failure:

//jobname JOB (acct,info),etc.
//         EXEC FMS
//SYSIN     DD  *
SCAN DSNINDEX
SELECT VOL=PROD/,CRI=(DSORG,EQ,AM,AND,ARCTYPE,EQ,BACKUP,
AND,ARCDT,GT,TODAY-7),DSN=PROD./,VTOCS
SELECT VOL=TSO/,CRI=(DSORG,NE,AM,AND,ARCTYPE,EQ,BACKUP,
AND,ARCDT,GT,TODAY-7),DSN=TSO./,VTOCS
SELECT TABLE=PAYROLL1,CRI=(DSORG,EQ,AM,AND,
ARCTYPE,EQ,BACKUP,AND,ARCDT,GT,TODAY-7),VTOCS
SELECT CAT=USER/,VOL=(PROD/,TSO/)
RECOVER SCRATCH

You need to restart the Recover as soon as the IPL is complete. Use the following JCL to restart this job and finish recovering the following criteria: