In this post, you’ll learn about the COBOL runtime Error Code 202 and the reason why you are receiving it
COBOL Error Code :
202
Reason for this Error in COBOL
Exported functionality error (Fatal) -You have either caused an internal run-time system error by invalid use of an exported function, or the code produced by a preprocessor in your COBOL system contains errors. -Ensure that all of your external assembler applications call and use run-time system functions correctly before you try 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.
Leave a Reply