Previous Topic: () ParameterNext Topic: Using Comments as Input


RESTORE JCL

Separate DD statements for each cluster being restored are not required. The z/OS users need only supply SYSIN, SYSOUT, and tape DDs. The following sample shows the required and optional JCL for RESTORE:

JOB
//RESTORE  EXEC PGM=GVRESTOR
//STEPLIB  DD   DSN=faver.loadlib
//SYSPRINT DD   SYSOUT=class
//SYSUDUMP DD   SYSOUT=class
//DSSMSGDD  DD SYSOUT=class
//INPUT    DD   DSN=restore.input.file
//FVRIN0   DD   DSN=restore.input.file
//FVRDBRC  DD   DSN=recovery.file
//TRENDS   DD   DSN=history.file
//mctlist  DD   DSN=mcat.file
//bixlist  DD   DSN=gvbldix.input.file
//SYSIN    DD   *|DSN=read.data set|PDS member