Category: COBOL

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…

COBOL Runtime Error Code – 109 Invalid checksum in run-time system (Rec

In this post, you’ll learn about the COBOL runtime Error Code 109 and the reason why you are receiving it COBOL Error Code : 109 Reason for this Error in COBOL Invalid checksum in run-time system (Recoverable) -The internal information in the run-time system has been altered. The run-time system might have become corrupted, or you might have illegally tried to change the internal run-time…

COBOL Runtime Error Code – 020 Device or resource busy (Recoverable) -Y

In this post, you’ll learn about the COBOL runtime Error Code 020 and the reason why you are receiving it COBOL Error Code : 020 Reason for this Error in COBOL Device or resource busy (Recoverable) -You have tried to open a file that is assigned to a device or resource (for example, a line printer) that is not available at this time. -You can…

COBOL Runtime Error Code – 164 Run-Time subprogram not found (Fatal) -Y

In this post, you’ll learn about the COBOL runtime Error Code 164 and the reason why you are receiving it COBOL Error Code : 164 Reason for this Error in COBOL Run-Time subprogram not found (Fatal) -You have tried to call a subroutine whose entry address has not been set up in your run-time system. -Check to see that you used a valid call number…

COBOL Runtime Error Code – 118 Symbol not found (Fatal) -You are unable

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…

COBOL Runtime Error Code – 107 Operation not implemented in this run-ti

In this post, you’ll learn about the COBOL runtime Error Code 107 and the reason why you are receiving it COBOL Error Code : 107 Reason for this Error in COBOL Operation not implemented in this run-time system (Fatal) -You are trying to perform a file operation which your run-time system does not support. -You should recode your program so that it does not try…

COBOL Runtime Error Code – 046 NLS support module not found (Fatal) -Yo

In this post, you’ll learn about the COBOL runtime Error Code 046 and the reason why you are receiving it COBOL Error Code : 046 Reason for this Error in COBOL NLS support module not found (Fatal) -Your system could not find the National Language Support module COBNLSMG. Alternately, your system cannot find cobnls.dll (OS/2), cobnls.dle (DOS), or cobnls.dlw (Windows). -Ensure that cobnlsmg.gnt is present…

COBOL Runtime Error Code – 158 Attempt to REWRITE to a line-sequential

In this post, you’ll learn about the COBOL runtime Error Code 158 and the reason why you are receiving it COBOL Error Code : 158 Reason for this Error in COBOL Attempt to REWRITE to a line-sequential file (Recoverable) -You have used the REWRITE statement in conjunction with a file whose organization is line sequential. The REWRITE statement cannot be used with line sequential files….