Previous Topic: Example 14—Restarting a RecoveryNext Topic: Example 16—Recovery with GDG and GDGLIMIT


Example 15—Plan Disaster Recovery

Plan in advance for disaster recovery purposes, the following command will assist you in knowing what resources will be required if you ever need to recover the XYZ application:

//jobname JOB (acct,info),etc.
//        EXEC FMS
//SYSIN    DD  *
SET MODE=SIM
SCAN DSNINDEX
SELECT DSN=XYZ/
RECOVER REPORT

Three reports will be generated indicating every resource required to recover the selected data sets. See the description of the parameter REPORT in the section RECOVER Command Syntax in the chapter "RESTORE/RECOVER" for samples of these reports.