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 |
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 the difference between comp & comp-3?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
what is PERFORM? and its types?
Explain the input procedure?
Explain the input procedure and output procedure?
It's possible use %TRIM statement like rpgile?
How we create file in COBAL400
what is the difference between section,paragraph and sentences
write a cobol program to display prime numbers between 1 to 100?
How u detect record is locked in Cobol/400 ? Wat is the solution for that ?
What is comp?