z/OS DFSMSdss Storage Administration
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Output volume selection

z/OS DFSMSdss Storage Administration
SC23-6868-01

In most cases, specifying output volumes is optional for a logical data set RESTORE command. Output volume specification is required only if the data set:
  • Exists and is to be restored to a volume that is different from the current location
  • Does not exist and is to be restored to a volume that is different from the source volume.

Specify output volumes with the OUTDDNAME or OUTDYNAM keywords. An example of a logical data set RESTORE command with OUTDDNAME is:

RESTORE  -
        INDDNAME(TAPE) OUTDDNAME(DASD1)  -
        DATASET(INCLUDE(**))

When not specified, the volume on which the source data set currently resides is found from the catalog and is dynamically allocated. To do this, you must include the REPLACE keyword. This is particularly useful on a data set restore operation from a data-set-selection-by-catalog dump because you need not know where the data sets resided at dump time.

You can specify multiple output DASD volumes on a logical data set RESTORE command. This is required when all the data sets to be restored cannot fit on a single volume. An example of a logical data set restore operation with a spill volume specified is:

RESTORE  -
        INDDNAME(TAPE) OUTDYNAM((338001),(338002))  -
        DATASET(INCLUDE(PARTS.**))  -
        PCTU(80)

Note the use of the PERCENTUTILIZED (PCTU) keyword in the above example. With PERCENTUTILIZED, you can set a limit on the amount of space DFSMSdss can fill on the volume. When this limit is reached, subsequent data sets are allocated to other volumes. In the above example, PERCENTUTILIZED is used to specify that only 80% of the first target volume is to be filled. This leaves 20% free space for the data sets to extend, if necessary.

PERCENTUTILIZED is ignored for SMS-managed volumes.

Note: User data-set labels on DASD volumes are supported during a data set restore operation. However, either the data set on both the source and target volumes must have these labels, or neither must have them.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014