Previous Topic: RestrictionsNext Topic: RESTORE Password Command


RESTORE JCL

Use the following JCL to restore one or more data sets or clusters immediately, or to have them placed into a queue to be processed at a later time (deferred requests).

//jobname JOB (acct,info),etc.
//STEP EXEC RESTORE
PASSWORD CATALOG=,MASTER=
RESTORE DSNAME=,NEWNAME=,VOLUME=,VERSION=,TIMEDATE=,SCRATCH,ERASE,
CREATE,DEFER,

Plus the following parameters honored only when the DEFER parameter is not specified:

NOLOAD,DATACLAS=,MGMTCLAS=,STORCLAS=

Plus the following parameters honored for non-VSAM data sets only:

POOL=,NOCATALOG,RECATALOG,SYSCTLG,

Plus the following parameters honored for non-VSAM data sets and only when the DEFER parameter is not specified:

MEMBER=,REPLACE,DIRBLKS=,PDSECONV,

Plus the following parameters honored for VSAM clusters only:

PASSWORD=,

Plus the following parameters honored for VSAM clusters and only when the DEFER parameter is not specified:

CATALOG=,RELATE=,RELPSWD=,