0x00740007 (7602183) The OFFSET relative-offset is out of bounds for the record-array BEGINLEVEL number Level-Number. The maximum permissible OFFSET value is maximum-value.

Explanation

The relative-offset that is specified on the OFFSET clause for the record array definition, with a BEGINLEVEL number of level-number is not valid. The relative-offset value is larger than the size of the object that the record array resides in. The size maximum value that can be specified for the relative-offset is identified by maximum-value. Using the table produces unpredictable results.

User response

Supply a valid starting offset for the record array definition.