ALL

To clone every supported data set in the database, type ALL in the Snapshot parameter file. By default, ALL does not appear in the parameter file.

To clone a portion of the database, specify a list of data sets. In this case, you can override the destination set by OUTPUT on a data set-by-data set basis. Use the following format for each item in the data set list:

datasetname [(recordtype)] [ON devicename]

Where

Is

datasetname

Required. The name of the DMSII data set.

recordtype

Optional. The record type number of the variable format data set (if applicable). You must enclose the record type in (parentheses), as in the following example:

ACCOUNT (2)

devicename

Optional. The output device for this data set, as in the following example:

CUSTOMER ON DATAPACK

Note: The value for devicename overrides the default for the OUTPUT parameter for this data set only.

See Sample Snapshot Parameter File for an example of the data set list.

All data sets are cloned to the location you specify via the OUTPUT parameter unless the ON devicename option is specified for the data set.