UNIT_TYPE

The UNIT_TYPE keyword specifies the type of unit on which a data set is allocated.

Syntax

Read syntax diagramSkip visual syntax diagramUNIT_TYPE =OTHERANY3390338093453420348034903590

UNIT_TYPE=(OTHER|3390|3380|9345|3420|3480|3490| 3590|ANY)

Notes:
  1. For non-SMS data sets, the volume serial number must be specified in the JCL or IDCAMS DEFINE to determine the unit type for functions in the ACS and ALLOCATION environments. A non-match occurs if UNIT_TYPE is specified under such circumstances.
  2. For SMS VSAM and non-VSAM data sets, because the volume serial number is not yet chosen by the system in the ACS and ALLOCATION environments, the unit type is not known, therefore if UNIT_TYPE is specified in the selection criteria, the rule definition statement is considered not to match.
  3. For new SMS data set allocations that do not have a UNIT and VOLSER specification in the JCL or dynamic allocation request, UNIT_TYPE cannot be determined. If UNIT_TYPE is not known, any UNIT_TYPE selection criterion that is specified in a rule definition is considered a non-match and the rule definition is not selected. Therefore, do not use UNIT_TYPE as a sole selection criterion in environments where new SMS data sets are allocated without a UNIT and VOLSER specification.

Operands

OTHER
A unit type other than 3390, 3380, 9345, 3420, 3480, 3490, or 3590.
3390
3390 device.
3380
3380 device.
9345
9345 device.
3420
3420 device.
3480
3480 device.
3490
3490 device.
3590
3590 device.
ANY
Any unit type.

Default

None.

Environments

ALLOCATE, EXTEND, UNALLOCATE, STOW, and CATCHECK.

Example

UNIT_TYPE=3380