Tag: COBOL Error Messages
COBOL Runtime Error Code – 213 Too many locks (Recoverable) -You have e
In this post, you’ll learn about the COBOL runtime Error Code 213 and the reason why you are receiving it COBOL Error Code : 213 Reason for this Error in COBOL Too many locks (Recoverable) -You have either tried to exceed the maximum number of simultaneous record locks per file you can have, or you have exhausted an operating system or network resource, for example…
COBOL Runtime Error Code – 142 File not open – cannot be closed (Recove
In this post, you’ll learn about the COBOL runtime Error Code 142 and the reason why you are receiving it COBOL Error Code : 142 Reason for this Error in COBOL File not open – cannot be closed (Recoverable) -You have tried to close a file which is not open. -You can abandon your attempt to close the relevant file and continue to run your…
COBOL Runtime Error Code – 238 STOP RUN encountered during GNT animatio
In this post, you’ll learn about the COBOL runtime Error Code 238 and the reason why you are receiving it COBOL Error Code : 238 Reason for this Error in COBOL STOP RUN encountered during GNT animation (Informational) -Animator has encountered a STOP RUN statement while animating your .gnt code program. -Step or Zoom the animated program, and Animator will terminate the program and its…
COBOL Runtime Error Code – 241 Cannot instantiate an abstract class (Fa
In this post, you’ll learn about the COBOL runtime Error Code 241 and the reason why you are receiving it COBOL Error Code : 241 Reason for this Error in COBOL Cannot instantiate an abstract class (Fatal) -You have tried to create an instance of a class that has been declared ABSTRACT. Such classes cannot be instantiated. -Ensure that you have specified the correct class…
COBOL Runtime Error Code – 182 Console input or console output open in
In this post, you’ll learn about the COBOL runtime Error Code 182 and the reason why you are receiving it COBOL Error Code : 182 Reason for this Error in COBOL Console input or console output open in wrong direction (Fatal) -You are either trying to read input from the screen or write to the keyboard. -You should recode your program.
COBOL Runtime Error Code – 242 Could not resolve DoesNotUnderstand mess
In this post, you’ll learn about the COBOL runtime Error Code 242 and the reason why you are receiving it COBOL Error Code : 242 Reason for this Error in COBOL Could not resolve DoesNotUnderstand message (Fatal) -The run-time system could not resolve the DoesNotUnderstand message. This is usually because you have defined a class in such a way that this method cannot be found….
COBOL Runtime Error Code – 033 Physical I-O error (Fatal) -You have a h
In this post, you’ll learn about the COBOL runtime Error Code 033 and the reason why you are receiving it COBOL Error Code : 033 Reason for this Error in COBOL Physical I-O error (Fatal) -You have a hardware error of some type. Perhaps you have not put a disk in the relevant drive or you might have tried to WRITE to a disk but…
COBOL Runtime Error Code – 172 Recursive non-MF PERFORM is illegal (Fat
In this post, you’ll learn about the COBOL runtime Error Code 172 and the reason why you are receiving it COBOL Error Code : 172 Reason for this Error in COBOL Recursive non-MF PERFORM is illegal (Fatal) -You have tried full recursion of a PERFORM statement in a program that was submitted to your COBOL system with the OSVS parameter of the PERFORM-TYPE directive specified….
COBOL Error Code – RT151 Random read on sequential file.
In this post, you’ll learn about the COBOL related Error Code RT151 and the reason why you are receiving it COBOL Error Code : RT151 Reason for this Error in COBOL Random read on sequential file.
COBOL Error Code – RT102 Sequential file with non-integral number
In this post, you’ll learn about the COBOL related Error Code RT102 and the reason why you are receiving it COBOL Error Code : RT102 Reason for this Error in COBOL Sequential file with non-integral number of records.
COBOL Error Code – RT101 Illegal operation on an indexed file.
In this post, you’ll learn about the COBOL related Error Code RT101 and the reason why you are receiving it COBOL Error Code : RT101 Reason for this Error in COBOL Illegal operation on an indexed file.
COBOL Runtime Error Code – 229 SORT/MERGE module does not support EXTER
In this post, you’ll learn about the COBOL runtime Error Code 229 and the reason why you are receiving it COBOL Error Code : 229 Reason for this Error in COBOL SORT/MERGE module does not support EXTERNAL using/giving files (Recoverable) -You have tried a SORT or MERGE operation which has USING/ GIVING files which are defined as EXTERNAL. The SORT/ MERGE module does not support…