IGZ0316W The value data-item-value of data item data-name at the time of reference by statement number verb-number on line line-number in program program-name 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,MSG)) 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

No system action was taken.

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

IGZ09S