Start of change

IGYCB7315-W The value of data item ‘&1’ at the time of reference by statement number &2 on line &3 failed the NUMERIC class test or contained a value larger than the PICTURE clause as detected by the NUMCHECK compiler option.

Explanation

The compiler has detected that a PACKED-DECIMAL or USAGE-DISPLAY data item has an invalid value at the specified line of code while compiling with NUMCHECK(PAC|ZON,MSG) specified.

System action

The compilation continues, with the compiler generating a check for the data item. RC=4 is returned.

User response

Correct the program so that the data item referred to in the message doesn't have an invalid value, and then recompile the program.
End of change