IBM0812S
ONCODE=oncode-value A READ SET or READ INTO statement did not precede a REWRITE request.

Explanation

A REWRITE statement with the INTO or SET option ran without a preceding READ statement. The ONCODE associated with this message is 1012.

System action

The ERROR condition is raised.

Programmer response

Modify the program so that the REWRITE statement is either preceded by a READ statement or replaced by a WRITE statement.

Symbolic Feedback Code

IBM0PC