Previous Topic: Control StatementsNext Topic: *AMS Override of STORAGECLASS


Restore with *AMS

The following control statements exclude clusters at the catalog level and include clusters with *AMS overrides. Normally, all clusters specified after a CATALOG EXCLUDE are excluded, but the *AMS override feature includes the clusters in the restore. Also, the VOL( ) parameter is included to convert the clusters to SMS.

RESTORE
CATALOG  EXCLUDE
CL=TEST.MSA.+
CL=TEST.+      *AMS -
  CLUSTER ( NAME(SMSTEST.+) -
            VOLUME()        )-
  DATA    ( NAME(SMSTEST.+) )-
  INDEX   ( NAME(SMSTEST.+) )