LIB-SPACE (8 bytes)

Two fullword binary counters which will contain the number of library blocks defined and the number of blocks remaining. These values are returned for the DL and NX commands.

 01 LIB-SPACE.
    05 LIB-BLOCKS-ALLOCATED            PIC S9(9) COMP.
    05 LIB-BLOCKS-REMAINING            PIC S9(9) COMP.

where:

LIB-BLOCKS-ALLOCATED (fullword binary) is the number of blocks defined for the library.

LIB-BLOCKS-REMAINING (fullword binary) is the number of unused blocks on the library.