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 RT022 (↑ RTS Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      RT022
 
  Text:         Illegal or impossible access mode for open
 
  Severity:     Recoverable
 
  Explanation:  The mode in which you are attempting to open a file
                violates the General Rule of COBOL for that type of file;
                for example you may have opened a line-sequential file in
                the I-O mode.
 
  Resolution:   Open the file with a mode that is compatible with that
                type of file.
                                    -♦-