IBM COBOL400 Question:
Download Questions PDF

Can we open close file in COBOL any number of times?

Answer:

yes, we can open closed file in COBOL any no. of time but
the condition is the file is not closed with "WITH LOCK"
clause otherwise you can't open.

Download IBM COBOL400 Interview Questions And Answers PDF

Previous QuestionNext Question
WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?What are Fillers?
What is the actual use of Fillers? With mall/simple Example?