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?
Explain how to update data area in cobol 400 program?
Explain the input procedure?
Explain what all the conditiones required for using open opcode on a file?
How we can update data area in cobol 400 program?
Explain the output procedure?
how array can be declare in cobol?
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 redefine and its syntax?
It's possible use %TRIM statement like rpgile?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
What is sort?