Average record specification - Key = '8010'

DALAVGR specifies the allocation unit to be used when the data set is allocated.

When you code DALAVGR, # and LEN must be 1, and PARM is one of the following:
X'80'
Represents single-record units.
X'40'
Represents thousand-record units.
X'20'
Represents million-record units
Example:: To specify single-record units, code
KEY    #      LEN    PARM
8010   0001   0001   80