Previous Topic: Example 2—Restore a Data Set from a Previous CopyNext Topic: Example 4—Restore to a DIfferent Catalog


Example 3—Restore Two VSAM CLusters

Restore two VSAM clusters. The catalog being restored to is update password-protected, as is one of the clusters. Assign a new name to the other cluster and use the current date as its creation date. The cluster that is not being renamed is currently defined in the catalog, so instruct CA Disk to delete its old version prior to restore.

//jobname JOB (acct,info),etc.
//         EXEC RESTORE
//SYSIN     DD  *
PASSWORD CATALOG=VOL05 USERCAT,MASTER=UPDPASS
RESTORE DSN=DMS.TJP.ICFTEST.CLUSTER,PASSWORD=ICFTEST,SCR
RESTORE DSN=DMS.TJP.VSAM,NEWNAME=DMS.TJP.NEWVSAM,CREATE