cobol3.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Message RT143 (↑ RTS Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      RT143
 
  Text:         Rewrite/delete in sequential mode not preceded by
                successful read
 
  Severity:     Recoverable
 
  Explanation:  You have failed to do a successful read on a
                sequentially accessed file attempting a REwrite or DELETE
                on some of the information contained within that file.
 
  Resolution:   If the previous read was successful then perform a
                read on the relevant file before you retry the
                unsuccessful REWRITE or DELETE operation.  If the
                previous read was also unsuccessful close the file
                execute a STOP RUN statement and then recode your
                program before you next run it.
                                    -♦-