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=,
AIXNAME=,AIXDEF,NOAIXDEF,BLDINX,NOBLDINX,
ALLOC=,FREESPACE=,RECSZ=,BUFFERSPACE=,CISZ=,MASTERPW=,CONTROLPW=,
UPDATEPW=,READPW=,ATTEMPTS=,OWNER=,MVOLSERS=,FOR=,TO=,SHROPTIONS=, KEYS=,NOERASE,IMBED,NOIMBED,ORDER,UNORDER,REPLICATE,NOREPLICATE, REUSE,NOREUSE,SPAN,NOSPAN,SPEED,RECOVERY,UNIQUE,SUBALLOC,WRITECHK, NOWRITECHK,
DNAME=,DALLOC=,DCISZ=,DMASTERPW=,DCONTROLPW=,DUPDATEPW=,DREADPW=,
DATTEMPTS=,DOWNER=,DSHROPTIONS=,DVOLSERS=,DORDER,DUNORDER, DWRITECHK,DNOWRITECHK,
INAME=,IALLOC=,ICISZ=,IMASTERPW=,ICONTROLPW=,IUPDATEPW=,IREADPW=,
IATTEMPTS=,IOWNER=,ISHROPTIONS,IVOLSERS=,IORDER,IUNORDER,IWRITECHK, INOWRITECHK
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|