PL/I · Message ID
What does CEE3210S: Decimal-Overflow Exception (System Completion Code 0CA) mean in PL/I?
A packed-decimal (FIXED DECIMAL) arithmetic or MOVE operation produced a result with more significant digits than the receiving field can hold.
A packed-decimal (FIXED DECIMAL) arithmetic or MOVE operation produced a result with more significant digits than the receiving field can hold.
Enable ON SIZE condition handling around the statement, and widen the DECIMAL field's precision to accommodate the largest result the calculation can actually produce.