IBM0400W
ONCODE=oncode-value The CONDITION condition was raised by a SIGNAL statement and the condition condition-name was signaled.

Explanation

The program contained a SIGNAL statement to raise the CONDITION condition for which there was no associated ON-unit. The ONCODE associated with this message is 500.

System action

Execution continues with the next sequential statement.

Programmer response

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

Symbolic Feedback Code

IBM0CG