Tag: COBOL Error Messages
COBOL Error Code – RT142 File not open – cannot be closed.
In this post, you’ll learn about the COBOL related Error Code RT142 and the reason why you are receiving it COBOL Error Code : RT142 Reason for this Error in COBOL File not open – cannot be closed.
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 – 154 PERFORM nested too deeply (Fatal) -This
In this post, you’ll learn about the COBOL runtime Error Code 154 and the reason why you are receiving it COBOL Error Code : 154 Reason for this Error in COBOL PERFORM nested too deeply (Fatal) -This error usually results if you have used GO TO to jump out of the range of a PERFORM rather than to jump to an EXIT statement at the…
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 – 137 Illegal device specification – not mass
In this post, you’ll learn about the COBOL runtime Error Code 137 and the reason why you are receiving it COBOL Error Code : 137 Reason for this Error in COBOL Illegal device specification – not mass storage
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 Error Code – RT100 Invalid file operation.
In this post, you’ll learn about the COBOL related Error Code RT100 and the reason why you are receiving it COBOL Error Code : RT100 Reason for this Error in COBOL Invalid file operation.
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…