IBM0563S
ONCODE=oncode-value The EVENT variable was already in use with file file-name.

Explanation

The event variable used in this statement was already active and associated with another input/output operation on the named file. The ONCODE associated with this message is 3907.

System action

The ERROR condition is raised.

Programmer response

Modify the program so that the input/output operation refers to another event variable, or include a WAIT statement to prevent the statement from running until the active event is complete.

Symbolic Feedback Code

IBM0HJ