Tag: COBOL Error Messages
COBOL Error Code – RT043 File information missing for indexed fil
In this post, you’ll learn about the COBOL related Error Code RT043 and the reason why you are receiving it COBOL Error Code : RT043 Reason for this Error in COBOL File information missing for indexed file.
COBOL Error Code – RT033 Physical I/O error.
In this post, you’ll learn about the COBOL related Error Code RT033 and the reason why you are receiving it COBOL Error Code : RT033 Reason for this Error in COBOL Physical I/O error.
COBOL Runtime Error Code – 047 Indexed structure overflow (Fatal) -The
In this post, you’ll learn about the COBOL runtime Error Code 047 and the reason why you are receiving it COBOL Error Code : 047 Reason for this Error in COBOL Indexed structure overflow (Fatal) -The structure of your indexed file contains a fault. You have probably tried to put another entry in the index when there is no room for it. Alternately, you have…
COBOL Runtime Error Code – 144 Boundary violation (Recoverable) -You ha
In this post, you’ll learn about the COBOL runtime Error Code 144 and the reason why you are receiving it COBOL Error Code : 144 Reason for this Error in COBOL Boundary violation (Recoverable) -You have tried to write a record to a variable length record file, the length of which is not within the defined range for that file. -Recode your program.
COBOL Runtime Error Code – 005 Illegal device specification (Recoverabl
In this post, you’ll learn about the COBOL runtime Error Code 005 and the reason why you are receiving it COBOL Error Code : 005 Reason for this Error in COBOL Illegal device specification (Recoverable) -Devices to which your COBOL program can write are defined by the operating system. You have tried to write to a device that is not defined by your system. -Try…
COBOL Error Code – RT012 Attempt to open a file which is already
In this post, you’ll learn about the COBOL related Error Code RT012 and the reason why you are receiving it COBOL Error Code : RT012 Reason for this Error in COBOL Attempt to open a file which is already open.
COBOL Runtime Error Code – 004 Illegal file name (Recoverable) -A filen
In this post, you’ll learn about the COBOL runtime Error Code 004 and the reason why you are receiving it COBOL Error Code : 004 Reason for this Error in COBOL Illegal file name (Recoverable) -A filename contains an illegal character. This could be any character that is not part of the allowed character set or it could be the system-dependent delimiter, which on most…
COBOL Runtime Error Code – 221 SORT/MERGE error: see status keys (Fatal
In this post, you’ll learn about the COBOL runtime Error Code 221 and the reason why you are receiving it COBOL Error Code : 221 Reason for this Error in COBOL SORT/MERGE error: see status keys (Fatal) -You have tried a SORT/MERGE operation which has been unsuccessful for some reason. You might have had too many files open when you tried a SORT/MERGE operation, or…
COBOL Error Code – RT029 Attempt to delete open file.
In this post, you’ll learn about the COBOL related Error Code RT029 and the reason why you are receiving it COBOL Error Code : RT029 Reason for this Error in COBOL Attempt to delete open file.
COBOL Runtime Error Code – 015 Too many indexed files open (Recoverable
In this post, you’ll learn about the COBOL runtime Error Code 015 and the reason why you are receiving it COBOL Error Code : 015 Reason for this Error in COBOL Too many indexed files open (Recoverable) -You have tried to exceed the maximum number of indexed files which you can have open at any one time. This can be a software or an operating…
COBOL Error Code – RT070 Too many indexed files open.
In this post, you’ll learn about the COBOL related Error Code RT070 and the reason why you are receiving it COBOL Error Code : RT070 Reason for this Error in COBOL Too many indexed files open.
COBOL Error Code – RT077 Internal ISAM module failure.
In this post, you’ll learn about the COBOL related Error Code RT077 and the reason why you are receiving it COBOL Error Code : RT077 Reason for this Error in COBOL Internal ISAM module failure.