PL/I · Message ID

CEE3210S: Decimal-Overflow Exception (System Completion Code 0CA)

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.

CEE3210S: Decimal-Overflow Exception (System Completion Code 0CA)IBM Enterprise PL/I for z/OS · z/OS Language Environment

Condition

A packed-decimal (FIXED DECIMAL) arithmetic or MOVE operation produced a result with more significant digits than the receiving field can hold.

Fix

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.

Related message id