Can we open close file in COBOL any number of times?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / namrata
yes,we can open close file in cobol any no of times.
Is This Answer Correct ? | 15 Yes | 1 No |
Explain the syntax of redefine?
What is sort?
Code how to read 5th element of the array?
what is redefine and its syntax?
When search all is used in cobol program without sorted input data
How we can update data area in cobol 400 program?
can i anyone tell me how to use copybooks in cobol
Explain the input procedure?
write a cobol program to display prime numbers between 1 to 100?
How to detect record is locked in cobol/400? What is the solution for that?
Explain the output procedure?
What is the syntax of sort?