Tag: COBOL Error Messages

COBOL Runtime Error Code – 174 Imported file not found (Fatal) -You hav

In this post, you’ll learn about the COBOL runtime Error Code 174 and the reason why you are receiving it COBOL Error Code : 174 Reason for this Error in COBOL Imported file not found (Fatal) -You have tried to load a .dll file which contains references to another .dll file which cannot be found by the operating system. -Locate the missing file and ensure…

COBOL Runtime Error Code – 002 File not open when access attempted (Rec

In this post, you’ll learn about the COBOL runtime Error Code 002 and the reason why you are receiving it COBOL Error Code : 002 Reason for this Error in COBOL File not open when access attempted (Recoverable) -You have tried to access a file without opening it first. -Open the file with the open mode that you need and try the operation again. As…

COBOL Runtime Error Code – 121 Symbol is not in TEXT section (Fatal) -Y

In this post, you’ll learn about the COBOL runtime Error Code 121 and the reason why you are receiving it COBOL Error Code : 121 Reason for this Error in COBOL Symbol is not in TEXT section (Fatal) -You have tried to call a subprogram that is not an executable program. Alternately, you have used the same name for a called program as for a…