Category: COBOL

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…

COBOL Runtime Error Code – 155 Illegal command line (Fatal) -The run-ti

In this post, you’ll learn about the COBOL runtime Error Code 155 and the reason why you are receiving it COBOL Error Code : 155 Reason for this Error in COBOL Illegal command line (Fatal) -The run-time system does not recognize as valid the command line format you have specified. Alternately, the generic command-line interpreter, which must be present if your program is to be…

COBOL Runtime Error Code – 037 File access denied (Fatal) -Your attempt

In this post, you’ll learn about the COBOL runtime Error Code 037 and the reason why you are receiving it COBOL Error Code : 037 Reason for this Error in COBOL File access denied (Fatal) -Your attempt to access a file has been denied by the operating system. You might have tried to write to a write-protected file or you could have tried to read…