PL/I · Message ID
What does CEE3215S: Floating-Point Divide Exception (System Completion Code 0CF) mean in PL/I?
A floating-point division in the program attempted to divide by zero.
A floating-point division in the program attempted to divide by zero.
Add an explicit check for a zero divisor before the division, or register an ON ZERODIVIDE condition handler to trap it before it reaches the hardware.