PL/I · Message ID

CEE3211S: Decimal-Divide Exception (System Completion Code 0CB)

What does CEE3211S: Decimal-Divide Exception (System Completion Code 0CB) mean in PL/I?

A FIXED DECIMAL division attempted to divide by zero, or the resulting quotient exceeded the capacity of the result field.

CEE3211S: Decimal-Divide Exception (System Completion Code 0CB)IBM Enterprise PL/I for z/OS · z/OS Language Environment

Condition

A FIXED DECIMAL division attempted to divide by zero, or the resulting quotient exceeded the capacity of the result field.

Fix

Guard the divisor with an explicit zero check or an ON ZERODIVIDE handler, and verify the result field is wide enough for the quotient plus any decimal places specified.

Related message id