Can we open close file in COBOL any number of times?
Answer Posted / devraj
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.
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
What are fillers?
What is sort? And its syntax?
What is perform?
What are fillers? What is the actual use of fillers? With mall/simple example?
What is the actual use of fillers?
Explain how to detect record is locked in cobol/400? What is the solution for that?
Explain the difference between section, paragraph and sentences?
Explain what all the conditiones required for using open opcode on a file?
Explain the input procedure and output procedure?
What is input procedure?
Explain the difference between search and searchall?
What is sort?
seqence numbers in cobol
Define perform?
Explain how to update data area in cobol 400 program?