IBM COBOL400 Question:

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

IBM COBOL400 Interview Question
IBM COBOL400 Interview Question

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.


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?