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 COBOL helps Mainframe to maintain large records ???
what is PERFORM? and its types?
Define perform?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
Define sort?
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 the syntax of sort?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
define sort? and its syntax?
what is redefine and its syntax?
Explain how to detect record is locked in cobol/400? What is the solution for that?