Tag: COBOL Error Messages

COBOL Runtime Error Code – 198 Load failure (Fatal) -The system cannot

In this post, you’ll learn about the COBOL runtime Error Code 198 and the reason why you are receiving it COBOL Error Code : 198 Reason for this Error in COBOL Load failure (Fatal) -The system cannot load a program, usually because of insufficient memory. Alternately your program has run out of memory during the loading or reloading of a file. This occurs more frequently…

COBOL Runtime Error Code – 240 Object reference not valid (Fatal) -You

In this post, you’ll learn about the COBOL runtime Error Code 240 and the reason why you are receiving it COBOL Error Code : 240 Reason for this Error in COBOL Object reference not valid (Fatal) -You have tried to use an object reference that contains an incorrect or non-existent object handle. -Ensure that the object reference uses the correct object handle, and that your…

COBOL Runtime Error Code – 065 File locked (Recoverable) -You have trie

In this post, you’ll learn about the COBOL runtime Error Code 065 and the reason why you are receiving it COBOL Error Code : 065 Reason for this Error in COBOL File locked (Recoverable) -You have tried to open a file which has already been locked, or opened for output by another user. Alternately, you have tried to lock or open for output a file…

COBOL Runtime Error Code – 200 Run-time system internal logic error (Fa

In this post, you’ll learn about the COBOL runtime Error Code 200 and the reason why you are receiving it COBOL Error Code : 200 Reason for this Error in COBOL Run-time system internal logic error (Fatal) -The amount of memory available on your machine is so low that not even the run-time system can be fully loaded. Alternately, your run-time system has stopped as…

COBOL Runtime Error Code – 151 Random read on sequential file (Recovera

In this post, you’ll learn about the COBOL runtime Error Code 151 and the reason why you are receiving it COBOL Error Code : 151 Reason for this Error in COBOL Random read on sequential file (Recoverable) -You are trying to do a random read on a file which has sequential organization. -Read the file with the correct access mode. As this error implies that…

COBOL Runtime Error Code – 014 Too many files open simultaneously (Reco

In this post, you’ll learn about the COBOL runtime Error Code 014 and the reason why you are receiving it COBOL Error Code : 014 Reason for this Error in COBOL Too many files open simultaneously (Recoverable) -You have tried to exceed the maximum number of files which you can have open at any one time. This can be a software or an operating system…

COBOL Runtime Error Code – 135 File must not exist (Recoverable) -The o

In this post, you’ll learn about the COBOL runtime Error Code 135 and the reason why you are receiving it COBOL Error Code : 135 Reason for this Error in COBOL File must not exist (Recoverable) -The operating system has been unable to find a file which you have tried to access in your program. -Ensure that you are in the correct directory or that…

COBOL Runtime Error Code – 160 Overlay loading error (Recoverable) -An

In this post, you’ll learn about the COBOL runtime Error Code 160 and the reason why you are receiving it COBOL Error Code : 160 Reason for this Error in COBOL Overlay loading error (Recoverable) -An error has occurred while trying to load the intermediate code for an independent segment. The segment is either missing or corrupted in some way. -If the segment is missing,…