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 RT007 (↑ RTS Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      RT007
 
  Text:         Disk space exhausted
 
  Severity:     Fatal
 
  Explanation:  The disk is full.
 
  Resolution:   This error can be trapped, but once it has been
                reported you must do a STOP RUN immediately to
                terminate your program's run. When your program has
                terminated, delete any files that you no longer need.
                Alternatively, if your operating system supports this,
                put a new disk in a floppy disk drive and redirect
                your program's file operations to this.
                                    -♦-