Previous Topic: RESTORE Command SyntaxNext Topic: Parameters for Non-VSAM Data Sets


Parameters Honored Without the Defer Parameter

NOLOAD

This parameter causes CA Disk to allocate or define the data set, cluster, or catalog being restored, but not load any of its records. This can be useful if you want to restore a cluster or catalog's definition, and then issue an IDCAMS ALTER before restoring data to it (as a preallocated cluster).

Note: This parameter cannot be used with DEFER.

DATACLAS=

For a VSAM or non-VSAM SMS-managed data set, provide a new Data Class name to be assigned to the data set during allocation. The Data Class name must have been previously defined to SMS.

Note: This parameter is only valid when the system parameter SMSALLOC is specified with a value of Y.

Note: This parameter cannot be used with DEFER.

MGMTCLAS=

For a VSAM or non-VSAM SMS-managed data set, provide a new Management Class name to be assigned to the data set during allocation. The Management Class name must have been previously defined to SMS.

This parameter is only valid when the system parameter SMSALLOC is specified with a value of Y.

Note: This parameter cannot be used with DEFER.

STORCLAS=

For a VSAM or non-VSAM SMS-managed data set, provide a new Storage Class name to be assigned to the data set during allocation. Non SMS-managed data sets can become SMS managed by specifying this parameter. The Storage Class name must have been previously defined to SMS.

This parameter is only valid when the system parameter SMSALLOC is specified with a value of Y.

Note: This parameter cannot be used with DEFER.