PL/I · Message ID
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.
A FIXED DECIMAL division attempted to divide by zero, or the resulting quotient exceeded the capacity of the result field.
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.