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 |
What is the syntax of sort?
Explain the difference between section, paragraph and sentences?
can i anyone tell me how to use copybooks in cobol
why icetool be used in programmer view?
Can we open close file in COBOL any number of times?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
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 * EVALUATE TRUE WHEN SQLCODE = +000 MOVE WS-COUNT TO Copybook field WHEN SQLCODE = +100 MOVE ZEROES TO Copybook field
What is input procedure?
write a cobol program to display prime numbers between 1 to 100?
Explain the input procedure?
Define perform?