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.
Leave a Reply