COBOL Runtime Error Code – 211 Program not executable by run-time syste

In this post, you’ll learn about the COBOL runtime Error Code 211 and the reason why you are receiving it

COBOL Error Code :

211

Reason for this Error in COBOL

Program not executable by run-time system (Fatal) -You have tried to run a program that is incompatible with the current version of either your run-time system, your object file or your COBOL run-time library. For example, your run-time system does not run a program linked using a different object file format or COBOL run-time library. -If your object file is incompatible with the current version of either your COBOL run-time library or your run-time system, you should relink with the current version of your COBOL run-time library.