PL/I · Message ID

CEE3215S: Floating-Point Divide Exception (System Completion Code 0CF)

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.

CEE3215S: Floating-Point Divide Exception (System Completion Code 0CF)IBM Enterprise PL/I for z/OS · z/OS Language Environment

Condition

A floating-point division in the program attempted to divide by zero.

Fix

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.

Related message id