PL/I · Exception
What does ONCODE 300: OVERFLOW mean in PL/I?
A floating-point calculation produced a result too large for the target floating-point format to represent, the floating-point counterpart to FIXEDOVERFLOW.
A floating-point calculation produced a result too large for the target floating-point format to represent, the floating-point counterpart to FIXEDOVERFLOW.
Check the magnitude of intermediate results in the calculation, not just the final one, since a large intermediate value can overflow even when the final answer would have fit.