Where is SPACE information stored?
With non-VSAM data sets, the file label, known as the Data Set Control Block (DSCB) is held in the disk volume's Volume Table of Contents (VTOC).
The principal DSCB is the Format 1 which can hold the locations of 3 areas of disk space, known as extents, i.e:
If a data set uses more than 3 locations of disk space, then a Format 3 DSCB is created to hold a maximum of 13 more extents, giving a total of
16, as illustrated here.
If any given request for SPACE was satisfied by the allocation of a single area of disk then there would be no confusion between requests and
extents, but that is not the way the Storage Management routines work.
Let us look at some examples.