Tag: COBOL Error Messages
COBOL Runtime Error Code – 173 Called program file not found in drive/d
In this post, you’ll learn about the COBOL runtime Error Code 173 and the reason why you are receiving it COBOL Error Code : 173 Reason for this Error in COBOL Called program file not found in drive/directory (Fatal) -You have tried to call a program which is not present on your current logged-in drive or directory, or in a directory pointed to by the…
COBOL Runtime Error Code – 187 Run-time system not found on $COBDIR pat
In this post, you’ll learn about the COBOL runtime Error Code 187 and the reason why you are receiving it COBOL Error Code : 187 Reason for this Error in COBOL Run-time system not found on $COBDIR path (Fatal) -The run-time system cannot be found on the path you have set up in the COBDIR environment variable. Alternately, you might not have installed your COBOL…
COBOL Runtime Error Code – 235 Error in animator communications channel
In this post, you’ll learn about the COBOL runtime Error Code 235 and the reason why you are receiving it COBOL Error Code : 235 Reason for this Error in COBOL Error in animator communications channel (Fatal) -Animator has encountered system limits or conflicts resulting in communications errors. Perhaps two logins on the same UNIX system are trying to cross-session animate the same program file….
COBOL Runtime Error Code – 111 Incompatible Class Library and Run-time
In this post, you’ll learn about the COBOL runtime Error Code 111 and the reason why you are receiving it COBOL Error Code : 111 Reason for this Error in COBOL Incompatible Class Library and Run-time Environment versions (Fatal) -The version numbers for these components do not match. -Check that you have fully installed both the Class Library and the Run-time Environment from the same…
COBOL Runtime Error Code – 074 No current record in indexed file (Fatal
In this post, you’ll learn about the COBOL runtime Error Code 074 and the reason why you are receiving it COBOL Error Code : 074 Reason for this Error in COBOL No current record in indexed file (Fatal) -This is the result of an internal system error. -Contact Technical Support who will help you find the cause of the error and how it can be…
COBOL Runtime Error Code – 023 Illegal or impossible access mode for CL
In this post, you’ll learn about the COBOL runtime Error Code 023 and the reason why you are receiving it COBOL Error Code : 023 Reason for this Error in COBOL Illegal or impossible access mode for CLOSE (Recoverable) -The mode in which you are trying to close a file is not possible for that type of file. -Close the file with a new access…
COBOL Runtime Error Code – 114 Attempt to access item beyond bounds of
In this post, you’ll learn about the COBOL runtime Error Code 114 and the reason why you are receiving it COBOL Error Code : 114 Reason for this Error in COBOL Attempt to access item beyond bounds of memory (Fatal) -Memory access violation has been detected by your operating system.
COBOL Runtime Error Code – 123 Unknown relocation type (Fatal) -You are
In this post, you’ll learn about the COBOL runtime Error Code 123 and the reason why you are receiving it COBOL Error Code : 123 Reason for this Error in COBOL Unknown relocation type (Fatal) -You are using incompatible versions of the object file and the COBOL run-time library. -Once the program has terminated, resubmit your object file to your COBOL system with the current…
COBOL Error Code – RT139 Record length or key data inconsistency.
In this post, you’ll learn about the COBOL related Error Code RT139 and the reason why you are receiving it COBOL Error Code : RT139 Reason for this Error in COBOL Record length or key data inconsistency.
COBOL Runtime Error Code – 153 Subscript out of range (Fatal) -A subscr
In this post, you’ll learn about the COBOL runtime Error Code 153 and the reason why you are receiving it COBOL Error Code : 153 Reason for this Error in COBOL Subscript out of range (Fatal) -A subscript which you have used in your program is out of the defined range, that is, it is either less than one or it is greater than the…
COBOL Error Code – RT013 File not found.
In this post, you’ll learn about the COBOL related Error Code RT013 and the reason why you are receiving it COBOL Error Code : RT013 Reason for this Error in COBOL File not found.
COBOL Error Code – RT047 Indexed structure overflow. (Could indic
In this post, you’ll learn about the COBOL related Error Code RT047 and the reason why you are receiving it COBOL Error Code : RT047 Reason for this Error in COBOL Indexed structure overflow. (Could indicate that you have reached the maximum number of duplicate keys.)