EGL Java run-time error code VGJ0754E

 

VGJ0754E: The record length item must contain a value that splits non-character data at item boundaries.

 

Explanation

The record has a variable length. When its data is written out, the record length item indicates how many bytes to write. The last byte of data must be the last byte of an item, unless the item is a char.

 

User Response

Change the program so that the record length item's value points to the last byte of an item, or falls within a char item.