Category: COBOL
COBOL Error Code – RT081 Key already exists in indexed file.
In this post, you’ll learn about the COBOL related Error Code RT081 and the reason why you are receiving it COBOL Error Code : RT081 Reason for this Error in COBOL Key already exists in indexed file.
COBOL Error Code – RT074 No current record in indexed file.
In this post, you’ll learn about the COBOL related Error Code RT074 and the reason why you are receiving it COBOL Error Code : RT074 Reason for this Error in COBOL No current record in indexed file.
COBOL Runtime Error Code – 025 Operating system data error (Fatal) -You
In this post, you’ll learn about the COBOL runtime Error Code 025 and the reason why you are receiving it COBOL Error Code : 025 Reason for this Error in COBOL Operating system data error (Fatal) -You are trying to set up terminal characteristics for a device which is not a terminal. -Recode your program.
COBOL Runtime Error Code – 125 All locks/ current transactions canceled
In this post, you’ll learn about the COBOL runtime Error Code 125 and the reason why you are receiving it COBOL Error Code : 125 Reason for this Error in COBOL All locks/ current transactions canceled due to exceeding time limit
COBOL Runtime Error Code – 171 Japanese operations illegal with this RT
In this post, you’ll learn about the COBOL runtime Error Code 171 and the reason why you are receiving it COBOL Error Code : 171 Reason for this Error in COBOL Japanese operations illegal with this RTS (Fatal) -You are trying to perform Japanese operations with a non-Japanese run-time system, or you have used a Japanese version of your COBOL system to produce code which…
COBOL Runtime Error Code – 219 Operating system shared file limit excee
In this post, you’ll learn about the COBOL runtime Error Code 219 and the reason why you are receiving it COBOL Error Code : 219 Reason for this Error in COBOL Operating system shared file limit exceeded (Recoverable) -You have tried to exceed your operating system’s limit on the number of shared files that you can have open simultaneously. As this figure is operating system…
COBOL Error Code – RT148 Wrong open mode or access mode for WRITE
In this post, you’ll learn about the COBOL related Error Code RT148 and the reason why you are receiving it COBOL Error Code : RT148 Reason for this Error in COBOL Wrong open mode or access mode for WRITE.
COBOL Runtime Error Code – 185 File malformed (Recoverable)
In this post, you’ll learn about the COBOL runtime Error Code 185 and the reason why you are receiving it COBOL Error Code : 185 Reason for this Error in COBOL File malformed (Recoverable)
COBOL Runtime Error Code – 019 Rewrite error: open mode or access mode
In this post, you’ll learn about the COBOL runtime Error Code 019 and the reason why you are receiving it COBOL Error Code : 019 Reason for this Error in COBOL Rewrite error: open mode or access mode wrong (Recoverable) -You are trying to do a REWRITE to a file that has not been opened with the correct access mode for this operation. -Close the…
COBOL Error Code – RT210 File is closed with lock.
In this post, you’ll learn about the COBOL related Error Code RT210 and the reason why you are receiving it COBOL Error Code : RT210 Reason for this Error in COBOL File is closed with lock.
COBOL Runtime Error Code – 068 Record locked (Recoverable) -You have tr
In this post, you’ll learn about the COBOL runtime Error Code 068 and the reason why you are receiving it COBOL Error Code : 068 Reason for this Error in COBOL Record locked (Recoverable) -You have tried to access a record which is currently locked by another user. -Your program can inform the system operator (if there is one) that the record is currently locked,…
COBOL Error Code – RT041 Corrupt index file.
In this post, you’ll learn about the COBOL related Error Code RT041 and the reason why you are receiving it COBOL Error Code : RT041 Reason for this Error in COBOL Corrupt index file.
COBOL Runtime Error Code – 167 Too many USING items (Fatal) -The list o
In this post, you’ll learn about the COBOL runtime Error Code 167 and the reason why you are receiving it COBOL Error Code : 167 Reason for this Error in COBOL Too many USING items (Fatal) -The list of items which you have supplied in a CALL….USING statement is longer than the run-time system can handle. -Once your program has terminated recode it with group…
COBOL Runtime Error Code – 122 Coblongjmp() called below level of cobsa
In this post, you’ll learn about the COBOL runtime Error Code 122 and the reason why you are receiving it COBOL Error Code : 122 Reason for this Error in COBOL Coblongjmp() called below level of cobsavenv() (Fatal) -You might have returned control to a higher level in the CALL/PERFORM hierarchy than the level at which cobsetjmp was called. Coblongjmp must be called only from…
COBOL Error Code – RT028 No space on device.
In this post, you’ll learn about the COBOL related Error Code RT028 and the reason why you are receiving it COBOL Error Code : RT028 Reason for this Error in COBOL No space on device.
COBOL Runtime Error Code – 178 Error during save (Fatal) -You cannot sa
In this post, you’ll learn about the COBOL runtime Error Code 178 and the reason why you are receiving it COBOL Error Code : 178 Reason for this Error in COBOL Error during save (Fatal) -You cannot save the information which your program has generated. This can be caused by several different reasons but one of the most common causes is that you have tried…
COBOL Runtime Error Code – 041 Corrupt index file (Recoverable) -Your r
In this post, you’ll learn about the COBOL runtime Error Code 041 and the reason why you are receiving it COBOL Error Code : 041 Reason for this Error in COBOL Corrupt index file (Recoverable) -Your run-time system does not recognize the control information for an indexed file and as the index has been corrupted in some way the data in the file is no…
COBOL Runtime Error Code – 001 Insufficient buffer space (Recoverable)
In this post, you’ll learn about the COBOL runtime Error Code 001 and the reason why you are receiving it COBOL Error Code : 001 Reason for this Error in COBOL Insufficient buffer space (Recoverable) -You have tried to open a file directly or indirectly and, although you have not exceeded your system’s file limit, something in your system is unable to allocate enough memory…
COBOL Error Code – RT031 Not owner of file.
In this post, you’ll learn about the COBOL related Error Code RT031 and the reason why you are receiving it COBOL Error Code : RT031 Reason for this Error in COBOL Not owner of file.
COBOL Runtime Error Code – 201 I-O error in paging system (Fatal) -No r
In this post, you’ll learn about the COBOL runtime Error Code 201 and the reason why you are receiving it COBOL Error Code : 201 Reason for this Error in COBOL I-O error in paging system (Fatal) -No room is available in your current directory or on the floppy disk which you are using, for the paging file. -When your program has terminated, delete any…
Recent Stories
-
Encapsulating rod-cutting (Mark Seemann) blog.ploeh.dk
-
.NET 9 upgrade–notnull constraint (Bart Wullems) bartwullems.blogspot.com
-
C# Lists: What They Are and How to Use Them... stackify.com
-
Customizing and Integrating Telerik Slider Control in .NET MAUI Projects... telerik.com
-
Deprecating Redundant Attributes in the Number Insight API (Max Kahan) preview.developer.vonage.com
Trending Stories
-
Encapsulating rod-cutting (Mark Seemann) blog.ploeh.dk
-
.NET 9 upgrade–notnull constraint (Bart Wullems) bartwullems.blogspot.com
-
C# Lists: What They Are and How to Use Them... stackify.com
-
Customizing and Integrating Telerik Slider Control in .NET MAUI Projects... telerik.com
-
Deprecating Redundant Attributes in the Number Insight API (Max Kahan) preview.developer.vonage.com
Popular Stories
-
Encapsulating rod-cutting (Mark Seemann) blog.ploeh.dk
-
.NET 9 upgrade–notnull constraint (Bart Wullems) bartwullems.blogspot.com
-
C# Lists: What They Are and How to Use Them... stackify.com
-
Customizing and Integrating Telerik Slider Control in .NET MAUI Projects... telerik.com
-
Deprecating Redundant Attributes in the Number Insight API (Max Kahan) preview.developer.vonage.com