Tag: COBOL Error Messages

COBOL Runtime Error Code – 148 Wrong open mode or access mode for write

In this post, you’ll learn about the COBOL runtime Error Code 148 and the reason why you are receiving it COBOL Error Code : 148 Reason for this Error in COBOL Wrong open mode or access mode for write (Recoverable) -You have tried to write to a file in sequential access mode that you have not opened for OUTPUT or EXTEND, or you have tried…

COBOL Runtime Error Code – 040 National Language initialization not set

In this post, you’ll learn about the COBOL runtime Error Code 040 and the reason why you are receiving it COBOL Error Code : 040 Reason for this Error in COBOL National Language initialization not set up correctly (Fatal) -You have tried to use the additional language variants, but the environment or side file that is required to set up the language either has not…

COBOL Runtime Error Code – 220 Attempt to execute more than one SORT or

In this post, you’ll learn about the COBOL runtime Error Code 220 and the reason why you are receiving it COBOL Error Code : 220 Reason for this Error in COBOL Attempt to execute more than one SORT or MERGE simultaneously (Fatal) -You have coded your program in such a way that it is trying to execute more than one SORT or MERGE operation at…

COBOL Runtime Error Code – 237 Unable to initialize animated process (F

In this post, you’ll learn about the COBOL runtime Error Code 237 and the reason why you are receiving it COBOL Error Code : 237 Reason for this Error in COBOL Unable to initialize animated process (Fatal) -Animator has encountered system limits in starting your program. The animated program cannot start because of either insufficient memory or too many processes running on the UNIX system….

COBOL Runtime Error Code – 009 No room in directory (Recoverable) -The

In this post, you’ll learn about the COBOL runtime Error Code 009 and the reason why you are receiving it COBOL Error Code : 009 Reason for this Error in COBOL No room in directory (Recoverable) -The system cannot write to the specified directory for one of the following reasons: -The directory does not exist -The directory is full -Your program cannot find the directory…

COBOL Error Code – RT001 Insufficient buffer space. On OS/2, coul

In this post, you’ll learn about the COBOL related Error Code RT001 and the reason why you are receiving it COBOL Error Code : RT001 Reason for this Error in COBOL Insufficient buffer space. On OS/2, could indicate that the SWAPPATH has not been set correctly or the SWAPPATH drive is full. Could also indicate an out of memory situation.

COBOL Runtime Error Code – 193 Error in variable length count (Fatal) –

In this post, you’ll learn about the COBOL runtime Error Code 193 and the reason why you are receiving it COBOL Error Code : 193 Reason for this Error in COBOL Error in variable length count (Fatal) -The intermediate code which is currently being processed is not a valid operation. You are probably trying to execute a corrupt file or one which has not been…