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 RT202 (↑ RTS Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      RT202
 
  Text:         Exported functionality error
 
  Severity:     Fatal
 
  Explanation:  You have either caused an internal run-time system
                error by invalid use of an exported function, or the
                code produced by a preprocessor within your COBOL
                system contains errors.
 
  Resolution:   Ensure that all of your external assembler
                applications call and use run-rime system functions
                correctly before you attempt to run your program
                again.  If you are using a preprocessor as part of
                your COBOL system, you should use the software as a
                standalone preprocessor to isolate the problem areas.
                                    -♦-