In this post, you’ll learn about the COBOL runtime Error Code 210 and the reason why you are receiving it
COBOL Error Code :
210
Reason for this Error in COBOL
File is closed with lock (Fatal) -You have tried to open a file which you have previously closed with lock. -Recode your program to avoid opening a file which has previously been closed with lock.
Leave a Reply