IBM COBOL400 Question:
Download Job Interview Questions and Answers 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.
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 Question | Next 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? |