◄Key► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Message: RT195 Text: DELETE/REWRITE not preceded by a read Severity: Fatal Explanation: Before a DELETE or a REwrite statement can be successfully executed in sequential access mode the last input-output statement executed for the associated file must have been a successful read. In your code no read statement precedes your attempted DELETE or REwrite. Resolution: When your program has terminated, recode your program, making sure that the last input-output statement to be executed before the DELETE or REwrite is a read statement. -♦-