In this post, you’ll learn about the COBOL runtime Error Code 118 and the reason why you are receiving it
COBOL Error Code :
118
Reason for this Error in COBOL
Symbol not found (Fatal) -You are unable to load your object file. You have tried to call a program that has not been specified in the COBPATH environment variable. -Check that your COBPATH has been set up correctly. If not, revise your COBPATH to include the program being called.
Leave a Reply