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 |
i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?
Trying to help a friend... How do you code screen I/O without a DDS? I know it can be done, because for a short time, I worked for a company that did it. It was just too long ago for me to remember what was involved.
What is output procedure?
what is the difference between section,paragraph and sentences
How u detect record is locked in Cobol/400 ? Wat is the solution for that ?
How can i change the below code in SQL to cobol/400? EXEC SQL SELECT COUNT(*) INTO : WS-COUNT FROM Db file WHERE Field 1 = : WS-VAR AND Field 2 = : WS-USERID END-EXEC
What is perform?
what is the cobol compiler?
can i anyone tell me how to use copybooks in cobol
How we can update data area in cobol 400 program?
how array can be declare in cobol?
write a cobol program to display prime numbers between 1 to 100?