cobol3.hlp (Topic list)
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.
                                    -♦-