The table in this topic shows the I/O feedback area for database files.
Offset | Data type | Length | Contents |
---|---|---|---|
0 | Binary | 4 | Size of the database feedback area, including the key and the null key field byte map. |
4 | Character | 4 |
|
8 | Binary | 2 | Offset from the beginning of the I/O feedback area for database files to the null key field byte map which follows the key value (which begins at offset 34 in this area). |
10 | Binary | 2 | Number of locked records. |
12 | Binary | 2 | Maximum number of fields. |
14 | Binary | 4 | Offset to the field-mapping error-bit map. |
18 | Character | 1 | Current file position indication.
|
19 | Character | 1 | Current record deleted indication:
|
20 | Binary | 2 | Number of key fields. Use this offset for binary operations. Use the next offset (offset 21) for character operations. These offsets overlap and provide the same value (there can be no more than 32 key fields, and only the low-order byte of offset 20 is used). |
21 | Character | 1 | Number of key fields. |
22 | Character | 4 | Reserved. |
26 | Binary | 2 | Key length. |
28 | Binary | 2 | Data member number. |
30 | Binary | 4 | Relative record number in data member. |
34 | Character | * | Key value. |
* | Character | * | Null key field byte map. |