Internal Structure of an Item

The D3 system achieves a high level of performance by using storage space efficiently. Data is economically stored using only the necessary data and delimiter characters to separate fields and records.

An item (record) in D3 is made up an item-ID and zero or more attributes (fields), which make up the data stored for this item. Each atomic piece of data or value is separated by a delimiter to separate it from other values. The entire item also has a special delimiter to separate it from other items.

The full structure of an item as it is stored within the D3 system contains the following:

These topics are presented:

Item Header

Item-ID

Item Body

Item Types

See Also

Accessing Files and Items

File Control Block

Data Input and Output Specifications

File-Defining Item or D-pointer