Section 1 record

The Section 1 record is not required for mapping the data in the exported file. However, it is useful for determining how to reallocate a data set when a persistent data store file must be reconstructed.

Important: The content in this section was created for and applies to the original persistent data store, referred to as PDS V1. A new PDS version (referred to as PDS V2) now exists. PDS V1 will eventually be deprecated.
Section 1 contains a single data row used to describe information about the source of the data recorded in the export file. The data layout for the record follows.
Table 1. Section 1 data record format, exported persistent data

Provides description, offset, length, and type for all fields in Section 1 of exported data records

Field Offset Length Type Description
RecID

0

4

Char

Record ID. Contains AA10 for header record 1.

Length

4

4

Binary

Contains the record length of the header record.

Timestamp

8

16

Char

Timestamp of export. Format: CYYMMDDHHMMSSMMM

Group

24

8

Char

Group name to which the data belongs.

Data Store Ver

32

8

Char

Version of KPDMANE used to record original data.

Export Version

40

8

Char

Version of KPDARCH used to create exported file.

Total Slots

48

4

Binary

Number of blocks allocated in original data set.

Used Slots

52

4

Binary

Number of used blocks at time of export.

Slot Size

56

4

Binary

Block size of original data set.

Expansion Area

60

20

---

Unused area.

Data Store Path

80

256

Char

Name of originating data set.

Export Path

336

256

Char

Name of exported data set.