z/OS Language Environment Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Associating units with dcb characteristics using the VSF2UNIT macro

z/OS Language Environment Customization
SA38-0685-00

Use the VSF2UNIT macro to specify a single unit, or group of units, that is to be associated with a set of DCB default values. The VSF2UNIT macro is used in conjunction with the VSF2DCB macro.

Syntax of VSF2UNIT Macro

VSF2UNIT { unitno | ( unitno [,qty] ) } ,DCBSET = label

unitno
Specifies the unit number, or the first in a series of consecutive unit numbers, that are to have DCB default values assigned.
qty
Specifies, if there is more than one, the number of consecutive unit numbers, beginning with unitno, that are to have DCB default values assigned.
DCBSET=label
Specifies the identifier of the DCB attributes to associate with this unit or set of units. This is the name given in the associated VSF2DCB macro instruction.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014