Category: COBOL

COBOL Runtime Error Code – 071 Bad indexed file format (Fatal) -You are

In this post, you’ll learn about the COBOL runtime Error Code 071 and the reason why you are receiving it COBOL Error Code : 071 Reason for this Error in COBOL Bad indexed file format (Fatal) -You are either using a file which has been corrupted, or there is an internal system error. -If the disk you are using is corrupt, rerun your program using…

COBOL Runtime Error Code – 190 Too many arguments to CALL (Fatal) -A CA

In this post, you’ll learn about the COBOL runtime Error Code 190 and the reason why you are receiving it COBOL Error Code : 190 Reason for this Error in COBOL Too many arguments to CALL (Fatal) -A CALL statement in your program cannot be successfully executed because of the number of arguments which you have used with it. -When your program has terminated you…

COBOL Runtime Error Code – 045 Attempt to OPEN an NLS file using incomp

In this post, you’ll learn about the COBOL runtime Error Code 045 and the reason why you are receiving it COBOL Error Code : 045 Reason for this Error in COBOL Attempt to OPEN an NLS file using incompatible language definition (Fatal) -The NLS control information for a file in your program does not match the same NLS control information in the header of your…

COBOL Runtime Error Code – 055 Routine table overflow (Fatal) -You have

In this post, you’ll learn about the COBOL runtime Error Code 055 and the reason why you are receiving it COBOL Error Code : 055 Reason for this Error in COBOL Routine table overflow (Fatal) -You have tried to load too many programs simultaneously. Alternately, if you have COBFSTAT environment variable set to HOSTSTAT, this could be mainframe file status code “97”. -Cancel any programs…

COBOL Runtime Error Code – 191 Terminal type not defined (Fatal) -Your

In this post, you’ll learn about the COBOL runtime Error Code 191 and the reason why you are receiving it COBOL Error Code : 191 Reason for this Error in COBOL Terminal type not defined (Fatal) -Your terminal type is undefined, so your operating system is unable to drive your terminal. -Set up the necessary environment for your terminal.

COBOL Runtime Error Code – 120 Symbol string table of zero size (Fatal)

In this post, you’ll learn about the COBOL runtime Error Code 120 and the reason why you are receiving it COBOL Error Code : 120 Reason for this Error in COBOL Symbol string table of zero size (Fatal) -You probably have a malformed object file. -Once the program has terminated you must correct your object file. If this does not work, contact Technical Support who…

COBOL Runtime Error Code – 189 Intermediate code load error (Fatal) -Yo

In this post, you’ll learn about the COBOL runtime Error Code 189 and the reason why you are receiving it COBOL Error Code : 189 Reason for this Error in COBOL Intermediate code load error (Fatal) -You are unable to load your intermediate code. You might have tried to load intermediate code that either has not been successfully produced, or has been corrupted in some…

COBOL Runtime Error Code – 078 Illegal key description in indexed file

In this post, you’ll learn about the COBOL runtime Error Code 078 and the reason why you are receiving it COBOL Error Code : 078 Reason for this Error in COBOL Illegal key description in 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…

COBOL Runtime Error Code – 218 Malformed MULTIPLE REEL/UNIT file (Fatal

In this post, you’ll learn about the COBOL runtime Error Code 218 and the reason why you are receiving it COBOL Error Code : 218 Reason for this Error in COBOL Malformed MULTIPLE REEL/UNIT file (Fatal) -Either your file header is not correctly formatted, or you are not using a MULTIPLE REEL/UNIT file. -You should try to run your program again using a backup copy…

COBOL Runtime Error Code – 209 Network communication error (Recoverable

In this post, you’ll learn about the COBOL runtime Error Code 209 and the reason why you are receiving it COBOL Error Code : 209 Reason for this Error in COBOL Network communication error (Recoverable) -This is normally given if an incorrect checksum has been received in a communications packet. -Your program should continue to execute after you have received this error but results might…

COBOL Runtime Error Code – 222 SORT/MERGE error: see status keys (Fatal

In this post, you’ll learn about the COBOL runtime Error Code 222 and the reason why you are receiving it COBOL Error Code : 222 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 Runtime Error Code – 196 Record number too large in relative or i

In this post, you’ll learn about the COBOL runtime Error Code 196 and the reason why you are receiving it COBOL Error Code : 196 Reason for this Error in COBOL Record number too large in relative or indexed file (Fatal) -The relative record key has exceeded the system limit, that is, the file is too large for the system to handle. Alternately, the record…

COBOL Runtime Error Code – 044 Attempt to OPEN an NLS file in a non-NLS

In this post, you’ll learn about the COBOL runtime Error Code 044 and the reason why you are receiving it COBOL Error Code : 044 Reason for this Error in COBOL Attempt to OPEN an NLS file in a non-NLS program (Fatal) -The logical filename is preceded by “%NLS%”, but the program which OPENS the file has been compiled without the NLS directive set: the…

COBOL Runtime Error Code – 039 File not compatible (Fatal) -You have tr

In this post, you’ll learn about the COBOL runtime Error Code 039 and the reason why you are receiving it COBOL Error Code : 039 Reason for this Error in COBOL File not compatible (Fatal) -You have tried to access a file that is not compatible with the structure of files under the current release of your software. This could be because the file was…