IBM0301S
ONCODE=oncode-value The ZERODIVIDE condition was raised.

Explanation

The program attempted to execute a statement in which a value of zero was used as the divisor in a division operation. Alternatively, an overflow occurred during a convert to binary operation.

System action

The ERROR condition is raised.

Programmer response

Either check the data that could produce a zero divisor (or overflow, if doing a convert to binary operation) before running the program or include an ON-unit for the ZERODIVIDE condition in the program.

Symbolic Feedback Code

IBM09D