PL/I · Exception
What does ONCODE 320: ZERODIVIDE mean in PL/I?
The program attempted to divide by zero.
The program attempted to divide by zero.
Add an explicit test for a zero divisor before the DIVIDE operation or the '/' operator, or establish an ON ZERODIVIDE unit to handle it deliberately instead of letting it fall through to ERROR.