Format of allocated space specification - Key = '000E'

DALSPFRM specifies a particular format of allocated space. When you code this key, # and LEN must be one, and PARM contains one of the following values:
X'02'
Different areas of contiguous space are to be allocated (ALX)
X'04'
Maximum contiguous space is required (MXIG)
X'08'
Space must be contiguous (CONTIG)
Example: To specify contiguous space format, code:
KEY    #      LEN    PARM
000E   0001   0001   08