Tag: COBOL Error Messages

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…

COBOL Runtime Error Code – 170 System program not found (Fatal) -A syst

In this post, you’ll learn about the COBOL runtime Error Code 170 and the reason why you are receiving it COBOL Error Code : 170 Reason for this Error in COBOL System program not found (Fatal) -A system program, for example Adis or ExtFH, is not present on the current logged-in drive. -Ensure that all the system programs are available on the logged-in drive and…

COBOL Runtime Error Code – 042 Attempt to write on broken pipe (Recover

In this post, you’ll learn about the COBOL runtime Error Code 042 and the reason why you are receiving it COBOL Error Code : 042 Reason for this Error in COBOL Attempt to write on broken pipe (Recoverable) -One of the following has occurred: -Your program has created a process as a result of a DD_ logical filename mapping assignment (for example, the process might…