DSUNIT keyword
The DSUNIT keyword identifies the unit type to use when dynamically allocating uncataloged input image copy and change accumulation data sets.
This value overrides the unit information recorded by DBRC in the RECON data sets.
You can also use DSUNIT to specify the number of physical units to allocate.
Uses | Global and database-specific options modules. Optional on the following control statements; the control statement on which you specify this keyword determines the input data sets that are affected:
|
---|---|
Related keywords | None |
Syntax | The syntax is as follows: DSUNIT(unitname) DSUNIT(*) DSUNIT(,nn) DSUNIT(unitname,nn) DSUNIT(*,nn) Use DSUNIT(unitname) or DSUNIT(*) in conjunction with DSALLOC(Y) to specify the unit name for input image copy, change accumulation, and log data sets. The Recovery utility ignores the unit name specified with DSUNIT when DBRC is defined with CATDS and the input data set is cataloged. See User-exits for another technique of setting the unit name based on installation defined criterion. Volume serial and file sequence numbers for input data sets are retrieved from DBRC unless IMS is defined with CATDS and the data set is cataloged. Use DSUNIT(,n) in conjunction with DSALLOC(Y) to specify the number of devices to use for multiple volume input image copies, change accumulation data sets, or log data sets. For image copies and change accumulation data sets, the number actually allocated is never more than the number of volumes. For a tape device type, the Recovery utility automatically limits the count to 2. Use DSUNIT(unitname,nn) or DSUNIT(*,nn) to specify both subparameters described above. |
Values | Specify the following values as indicated in the syntax:
|
Default | The defaults are as follows:
|
Related topic