Tag: COBOL Error Messages
COBOL Runtime Error Code – 026 Block I-O error (Fatal) -An error has oc
In this post, you’ll learn about the COBOL runtime Error Code 026 and the reason why you are receiving it COBOL Error Code : 026 Reason for this Error in COBOL Block I-O error (Fatal) -An error has occurred while you are trying to access a disk. This could be the result of a corrupt disk. -If you have a corrupt disk try to run…
COBOL Runtime Error Code – 119 Symbol redefined (Fatal) -The RTS has de
In this post, you’ll learn about the COBOL runtime Error Code 119 and the reason why you are receiving it COBOL Error Code : 119 Reason for this Error in COBOL Symbol redefined (Fatal) -The RTS has detected a symbol (for example, data item, entry point or module name) which is already defined. -You can recode your application to remove the naming duplication. If you…
COBOL Runtime Error Code – 157 Not enough program memory: object file t
In this post, you’ll learn about the COBOL runtime Error Code 157 and the reason why you are receiving it COBOL Error Code : 157 Reason for this Error in COBOL Not enough program memory: object file too large to load (Recoverable) -Either your program is too large for the available memory space, or the stack is full. -If you have specified the ON OVERFLOW/EXCEPTION…
COBOL Error Code – RT149 Wrong open mode or access mode for REWRI
In this post, you’ll learn about the COBOL related Error Code RT149 and the reason why you are receiving it COBOL Error Code : RT149 Reason for this Error in COBOL Wrong open mode or access mode for REWRITE/ DELETE.
COBOL Runtime Error Code – 006 Attempt to write to a file opened for IN
In this post, you’ll learn about the COBOL runtime Error Code 006 and the reason why you are receiving it COBOL Error Code : 006 Reason for this Error in COBOL Attempt to write to a file opened for INPUT (Recoverable) -You have tried to WRITE to a file that is open for input only. -Close the file and open it with a mode such…
COBOL Error Code – RT018 Read part record error: EOF before EOR o
In this post, you’ll learn about the COBOL related Error Code RT018 and the reason why you are receiving it COBOL Error Code : RT018 Reason for this Error in COBOL Read part record error: EOF before EOR or file open in wrong mode.
COBOL Runtime Error Code – 194 File size too large (Fatal) -A file whic
In this post, you’ll learn about the COBOL runtime Error Code 194 and the reason why you are receiving it COBOL Error Code : 194 Reason for this Error in COBOL File size too large (Fatal) -A file which your program is accessing is too large for successful execution to continue. -When your program has terminated you should recode your program spreading the data over…
COBOL Error Code – RT147 Wrong open mode or access mode for READ/
In this post, you’ll learn about the COBOL related Error Code RT147 and the reason why you are receiving it COBOL Error Code : RT147 Reason for this Error in COBOL Wrong open mode or access mode for READ/START.
COBOL Error Code – RT007 Disk space exhausted.
In this post, you’ll learn about the COBOL related Error Code RT007 and the reason why you are receiving it COBOL Error Code : RT007 Reason for this Error in COBOL Disk space exhausted.
COBOL Runtime Error Code – 149 Wrong open mode or access mode for rewri
In this post, you’ll learn about the COBOL runtime Error Code 149 and the reason why you are receiving it COBOL Error Code : 149 Reason for this Error in COBOL Wrong open mode or access mode for rewrite/delete (Recoverable) -You are trying to do a REWRITE or a DELETE on a file that you have not opened for I-O, or which is not open…
COBOL Error Code – RT194 File size too large.
In this post, you’ll learn about the COBOL related Error Code RT194 and the reason why you are receiving it COBOL Error Code : RT194 Reason for this Error in COBOL File size too large.
COBOL Error Code – RT034 Incorrect mode or file descriptor.
In this post, you’ll learn about the COBOL related Error Code RT034 and the reason why you are receiving it COBOL Error Code : RT034 Reason for this Error in COBOL Incorrect mode or file descriptor.