IBM0300S
ONCODE=320 The ZERODIVIDE condition was raised by a SIGNAL statement.

Explanation

The program contained a SIGNAL statement to raise the ZERODIVIDE condition for which there was no associated ON-unit.

System action

The ERROR condition is raised.

Programmer response

Either remove the SIGNAL statement or include an ON-unit for the ZERODIVIDE condition in the program.

Symbolic Feedback Code

IBM09C