COBOL Runtime Error Code – 239 Shared run-time system initialization fa

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

COBOL Error Code :

239

Reason for this Error in COBOL

Shared run-time system initialization failure (Informational) -You are calling a COBOL module from a non-COBOL program, and have not initialized the shared run-time system. -Ensure that your application calls the cobinit() function before executing any COBOL modules.