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 name. Check to see if there is a subclass that you should use instead.