In this post, you’ll learn about the COBOL runtime Error Code 214 and the reason why you are receiving it
COBOL Error Code :
214
Reason for this Error in COBOL
GO TO has not been ALTERed (Fatal) -You have violated one of the general rules of COBOL programming. -Close any files which might be open, execute a STOP RUN statement and then edit your program to avoid such illegal operations.
Leave a Reply