IGYCB7313-E 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|ABD) specified.

System action

The compilation is terminated with a failure and RC=8.

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.