PL/I · Exception
What does ONCODE 310: FIXEDOVERFLOW mean in PL/I?
The result of an arithmetic operation on a fixed-point decimal or binary value exceeded the precision defined for the receiving field.
The result of an arithmetic operation on a fixed-point decimal or binary value exceeded the precision defined for the receiving field.
Check the PICTURE or fixed-point precision of the field receiving the result, and increase it if the calculation legitimately needs more digits. Also check for a runaway loop that is accumulating a total far past what the field was sized for.