Previous Topic: Example 5—Restore a VSAM Cluster and Alternate IndexesNext Topic: Example 7—Restore a Base Cluster to a New Name and Password


Example 6—Restore a VSAM Cluster and Change Control Interval

Restore a VSAM cluster and change its control interval size. Also, restore its two alternate indexes with different space allocations than they had originally.

//jobname JOB (acct,info),etc.
//         EXEC RESTORE
//SYSIN     DD  *
RESTORE DSN=DMS.TJP.BASE.CLUSTER,CISZ=4096,
NOAIXDEF                               don't define the alternate indexes
RESTORE DSN=DMS.TJP.BASE.CLUSTER,
AIXNAME=DMS.TJP.AIX.NAME1,             AIX's name
ALLOC=(TRK,5,2)                        new space allocation
RESTORE DSN=DMS.TJP.BASE.CLUSTER,
AIXNAME=DMS.TJP.AIX.NAME2,             AIX's name
ALLOC=(CYL,2,0)                        new space allocation