COBOL Runtime Error Code – 029 Attempt to delete open file (Recoverable

In this post, you’ll learn about the COBOL runtime Error Code 029 and the reason why you are receiving it

COBOL Error Code :

029

Reason for this Error in COBOL

Attempt to delete open file (Recoverable) -You have tried to perform a DELETE FD operation on an open file. -Close the file before performing the DELETE FD operation.