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
Explain the syntax of sort?
What is redefine?
What is sort?
What is the syntax of sort?
Explain the input procedure?
What are fillers?
Explain the difference between section, paragraph and sentences?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
What is the syntax of redefine?
What is the actual use of fillers?
why icetool be used in programmer view?
Define perform?
Define redefine and its syntax?
Explain what all the conditiones required for using open opcode on a file?
Explain the input procedure and output procedure?