Previous Topic: Restore Reusable and Previously Defined ClustersNext Topic: Restore Clusters to a Different Volume


Restore All Clusters with Changes

The following control statements restore all clusters, changing the names of two clusters and restoring one reusable cluster:

RESTORE
CATALOG
CL=TEST.AR1000  *AMS  -
 CL ( NAME (AR.1000)) -
 IX ( NAME (AR.1000.IX)) -
 DATA ( NAME (AR.1000.DA))
CL=TEST.AR2300  *AMS  -
 CLUSTER ( NAME( AR.2300))  -
 DATA ( NAME( AR.2300.DA))  -
 INDEX ( NAME( AR.2300.IX))
CL=TRS.INQ100  REUSE  DDNAME=INQ100

To perform this restore, you must also add this DD statement to the JCL:

//INQ100 DD DSN=TRS.INQ100,DISP=SHR