IBM0200S
ONCODE=oncode-value The UNDEFINEDFILE condition was raised by a SIGNAL statement (FILE= or ONFILE= file-name).

Explanation

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

System action

The ERROR condition is raised.

Programmer response

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

Symbolic Feedback Code

IBM068