0x00740008 (7602184) The LENGTH value of the occurrence-length, in combination with the OFFSET of relative-offset, times the maximum times the record array can occur (maximum-occurrences), is out of bounds for the record-array definition identified with the BEGINLEVEL number level-number. The length, plus the relative-offset, times the number of record-array occurrences cannot evaluate to a value greater than maximum-value.
Explanation
The computed ending offset of the record array extends past the end of the object that the record array resides in. The ending offset was computed by multiplying the occurrence-length by the maximum number of times the record array can repeat (maximum-occurrences) and added to the starting relative-offset of the record array. The computed value extends past the maximum size of the owning object that is identified by maximum-value.
User response
Using the table produces unpredictable results. Reduce the number of times the record array can repeat, and ensure that the starting offset and length of each occurrence are correct.