Tag: COBOL Error Messages

COBOL Runtime Error Code – 024 Disk input-output error (Recoverable) -Y

In this post, you’ll learn about the COBOL runtime Error Code 024 and the reason why you are receiving it COBOL Error Code : 024 Reason for this Error in COBOL Disk input-output error (Recoverable) -You might have performed a read after a WRITE, or there might be either a verification failure or a parity error. -In some circumstances this error is fatal, but if…

COBOL Runtime Error Code – 013 File not found (Recoverable) -The operat

In this post, you’ll learn about the COBOL runtime Error Code 013 and the reason why you are receiving it COBOL Error Code : 013 Reason for this Error in COBOL File not found (Recoverable) -The operating system has been unable to find a file which you have tried to access in your program. -Ensure that you are in the correct directory or that a…

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…