Tag: COBOL Error Messages

COBOL Runtime Error Code – 199 Operating System error code lies outside

In this post, you’ll learn about the COBOL runtime Error Code 199 and the reason why you are receiving it COBOL Error Code : 199 Reason for this Error in COBOL Operating System error code lies outside expected range (Fatal) -A system call has returned an unexpected error number which is not documented. -Contact Technical Support who will help you to find the specific cause…

COBOL Runtime Error Code – 179 Error during chain (program not found) (

In this post, you’ll learn about the COBOL runtime Error Code 179 and the reason why you are receiving it COBOL Error Code : 179 Reason for this Error in COBOL Error during chain (program not found) (Fatal) -You have tried to chain to another program which your system is unable to find. -Once your program has terminated you should copy the relevant file into…

COBOL Runtime Error Code – 176 Illegal intersegment reference (Fatal) –

In this post, you’ll learn about the COBOL runtime Error Code 176 and the reason why you are receiving it COBOL Error Code : 176 Reason for this Error in COBOL Illegal intersegment reference (Fatal) -You might have a corrupted file. Alternately, your code contains a segment reference for the Forward Reference Table which is illegal. -Resubmit your source code to your COBOL system. If…

COBOL Runtime Error Code – 069 Illegal argument to isam module (Fatal)

In this post, you’ll learn about the COBOL runtime Error Code 069 and the reason why you are receiving it COBOL Error Code : 069 Reason for this Error in COBOL Illegal argument to isam module (Fatal) -This is the result of an internal system error. -Contact Technical Support who will help you find the cause of your error and how it can be rectified.

COBOL Runtime Error Code – 165 Version number incompatibility (Fatal) –

In this post, you’ll learn about the COBOL runtime Error Code 165 and the reason why you are receiving it COBOL Error Code : 165 Reason for this Error in COBOL Version number incompatibility (Fatal) -One or more of the run-time support modules is incompatible with the run-time system you are using. The name of the incompatible support module is displayed. Alternately, the run-time system…

COBOL Runtime Error Code – 028 No space on device (Fatal) -You have tri

In this post, you’ll learn about the COBOL runtime Error Code 028 and the reason why you are receiving it COBOL Error Code : 028 Reason for this Error in COBOL No space on device (Fatal) -You have tried a file operation such as WRITE for which insufficient space is available on your disk. -When your program has terminated you should delete some of the…

COBOL Runtime Error Code – 129 Attempt to access record zero of relativ

In this post, you’ll learn about the COBOL runtime Error Code 129 and the reason why you are receiving it COBOL Error Code : 129 Reason for this Error in COBOL Attempt to access record zero of relative file (Recoverable) -The value specified in the RELATIVE KEY data item contains the value zero. -You should ensure that the value in the RELATIVE KEY data item…