Category: COBOL

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 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 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 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 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 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…