Tag: COBOL Error Messages
COBOL Error Code – RT017 Record error: probably zero length.
In this post, you’ll learn about the COBOL related Error Code RT017 and the reason why you are receiving it COBOL Error Code : RT017 Reason for this Error in COBOL Record error: probably zero length.
COBOL Runtime Error Code – 174 Imported file not found (Fatal) -You hav
In this post, you’ll learn about the COBOL runtime Error Code 174 and the reason why you are receiving it COBOL Error Code : 174 Reason for this Error in COBOL Imported file not found (Fatal) -You have tried to load a .dll file which contains references to another .dll file which cannot be found by the operating system. -Locate the missing file and ensure…
COBOL Error Code – RT004 Illegal file name.
In this post, you’ll learn about the COBOL related Error Code RT004 and the reason why you are receiving it COBOL Error Code : RT004 Reason for this Error in COBOL Illegal file name.
COBOL Error Code – RT158 Attempt to REWRITE to a line-sequential
In this post, you’ll learn about the COBOL related Error Code RT158 and the reason why you are receiving it COBOL Error Code : RT158 Reason for this Error in COBOL Attempt to REWRITE to a line-sequential file.
COBOL Error Code – RT196 Record number too large in relative or i
In this post, you’ll learn about the COBOL related Error Code RT196 and the reason why you are receiving it COBOL Error Code : RT196 Reason for this Error in COBOL Record number too large in relative or indexed file.
COBOL Error Code – RT009 No room in directory (also, directory do
In this post, you’ll learn about the COBOL related Error Code RT009 and the reason why you are receiving it COBOL Error Code : RT009 Reason for this Error in COBOL No room in directory (also, directory does not exist).
COBOL Error Code – RT159 Malformed line sequential-file.
In this post, you’ll learn about the COBOL related Error Code RT159 and the reason why you are receiving it COBOL Error Code : RT159 Reason for this Error in COBOL Malformed line sequential-file.
COBOL Runtime Error Code – 002 File not open when access attempted (Rec
In this post, you’ll learn about the COBOL runtime Error Code 002 and the reason why you are receiving it COBOL Error Code : 002 Reason for this Error in COBOL File not open when access attempted (Recoverable) -You have tried to access a file without opening it first. -Open the file with the open mode that you need and try the operation again. As…
COBOL Error Code – RT030 File system is read only.
In this post, you’ll learn about the COBOL related Error Code RT030 and the reason why you are receiving it COBOL Error Code : RT030 Reason for this Error in COBOL File system is read only.
COBOL Runtime Error Code – 072 End of indexed file (Fatal) -This is the
In this post, you’ll learn about the COBOL runtime Error Code 072 and the reason why you are receiving it COBOL Error Code : 072 Reason for this Error in COBOL End of indexed file (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 – 121 Symbol is not in TEXT section (Fatal) -Y
In this post, you’ll learn about the COBOL runtime Error Code 121 and the reason why you are receiving it COBOL Error Code : 121 Reason for this Error in COBOL Symbol is not in TEXT section (Fatal) -You have tried to call a subprogram that is not an executable program. Alternately, you have used the same name for a called program as for a…
COBOL Runtime Error Code – 228 Could not allocate memory for EXTERNAL i
In this post, you’ll learn about the COBOL runtime Error Code 228 and the reason why you are receiving it COBOL Error Code : 228 Reason for this Error in COBOL Could not allocate memory for EXTERNAL item (Fatal)