IGZ0315S The contents of data item data-name at the time of reference by statement number verb-number on line line-number was invalid. The value exceeded the number of digits in the data definition, and failed the SIZE ERROR test generated by the NUMCHECK(BIN) compiler option.

Explanation

When the NUMCHECK(BIN,ABD) compiler option is in effect, this message is issued to indicate that a binary data item had invalid data contents at runtime.

The compiler generated a SIZE ERROR test, and this data item contained a value that exceeded the size of the data item according to the PICTURE clause in its data definition.

System action

The application was terminated.

Programmer response

Ensure that the source of the data for this data item is correct, and that the data item has not been corrupted by other statements.

Symbolic Feedback Code

IGZ09R