IBM0900S
ONCODE=oncode-value The WAIT statement would cause a permanent wait. The program has been terminated.

Explanation

A WAIT statement that could never have been completed was encountered.
COMPLETION (E1) = '0'B;
WAIT(E1);

The event E1 is inactive and incomplete.

The ONCODE associated with this message is 2050.

System action

The ERROR condition is raised.

Programmer response

Modify the program so that the WAIT statement can never wait for an inactive or incomplete event.

Symbolic Feedback Code

IBM0S4