IBM0803S
ONCODE=oncode-value A prior condition on file file-name prevented further output.

Explanation

A PL/I WRITE, LOCATE, or PUT statement was issued for a file to which a previous attempt to transmit a record caused the TRANSMIT condition to be raised immediately. If the EVENT option was specified to be stacked until the event was waited on, the data set was not a unit-record device and no further processing of the file was possible. The ONCODE associated with this message is 1003.

System action

The ERROR condition is raised.

Programmer response

Correct the error that caused the TRANSMIT condition to be raised and rerun the program.

Symbolic Feedback Code

IBM0P3