Position | Length | Description |
---|
0 | 44 | Dataset name, left-adjusted and space-filledthis is the DSCB record key. |
44 | 1 | Format identifier, '1' for Format-1 DSCB (character) |
45 | 6 | Volume serial number of first DASD volume for this dataset (alphanumeric) |
51 | 2 | Volume sequence number of this volume for multi-volume datasets (binary) |
53 | 3 | Dataset creation date (binary) one byte for year of century and two bytes for day-of-year |
56 | 3 | Dataset expiration date (same format as creation date) 99365 indicates that this dataset will never expire. |
59 | 1 | Number of extents for this dataset (binary) |
60 | 1 | If this dataset is a partitioned dataset this is the number of bytes used in the last directory block. (binary) |
61 | 1 | Unused, listed as reserved by IBM. |
62 | 13 | Code identifying the operating system that created this dataset. (character) |
75 | 7 | Unused, listed as reserved by IBM. |
82 | 2 | Code indicating dataset organization (sequential, indexed, etc.) (bitfield) |
84 | 1 | Code indicating the record format of this dataset (fixed, variable, etc.) (bitfield) |
85 | 1 | Option code, other options specified when the dataset was created (bitfield) |
86 | 2 | Block size (fixed size, or maximum size for files of variable-length records) (binary) |
88 | 2 | Record length (fixed size or maximum length for variable length records) (binary) |
90 | 1 | Key length if this file has recorded record keys. (binary) |
91 | 2 | Position of the key (if any) in the record relative to zero. (binary) |
93 | 1 | Indicator bits, for example indicating that the dataset is password-protected. (bitfield) |
94 | 4 | Dataset allocation parameters, indicating, for example that space for this dataset is to be allocated in blocks, cylinders, etc. (bitfield) |
95 | 3 | Secondary allocation quantity: Number of blocks, cylinders, etc. to be allocated if additional space is required. (binary) For example, if the dataset is created with the DD card specification SPACE=(CYL,(4,2)) the dataset is initially allocated four cylinders, and an additional two cylinders, not necessary contiguous, will be allocated each time more space is needed, up to fifteen additional extents. |
98 | 3 | DASD address of last block written in the dataset. |
101 | 2 | Number of bytes remaining on last track following last block indicated above. (binary) |
103 | 2 | Unused, listed as reserved by IBM. |
105 | 10 | Description of first or only extent.Type of extent (one byte, bitfield),extent sequence number (one byte, binary),extent starting cylinder and track (four bytes, binary), extent ending cylinder and track (four bytes, binary). |
115 | 10 | Description of possible second extent, same format as above. |
125 | 10 | Description of possible third extent, same format as above. |
135 | 5 | Pointer to Format-2 (index) DSCB in VTOC in format cylinder/head/record if this is indexed dataset. Pointer to Format-3 (extension) DSCB if this dataset has more than three extents. |