Enscribe Programmer's Guide
Figure 27 Header for Entry-Sequenced Data Block
common-block-header
number-of-records-allocated
(reserved)
(record 0)
Offset
(Decimal)
0
14
16
20
14
2
4
Length
in
Bytes
The fields in Figure 27 are defined as:
common-block-header
is the 14-byte common block header shown in Figure 24.
number-of-records-allocated
indicates how many records have been allocated in the block.
Figure 28 Header for Relative Data Block
common-block-header
number-of-records-allocated
(reserved)
(record 0)
Offset
(Decimal)
0
14
18
20
14
2
2
Length
in
Bytes
number-of-records-present
2 61
The fields in Figure 28 are defined as:
common-block-header
is the 14-byte common block header shown in Figure 24.
number-of-records-allocated
indicates how many records have been allocated in the block.
number-of-records-present
indicates how many records are present in the block.
173