In this post, you’ll learn about the COBOL runtime Error Code 036 and the reason why you are receiving it
COBOL Error Code :
036
Reason for this Error in COBOL
File already exists (Recoverable) -You are trying an inappropriate operation on an already existing file. -As this error implies that your program logic contains a mistake, you might like to recode your program to eliminate this mistake.
Leave a Reply