Answer Posted / bathulasreeni
To remove an existing record from an indexed or relative
file, open the file in I-O mode and use the DELETE
statement. You cannot use DELETE on a sequential file or
line-sequential file.
For information on COBOL opening modes,please refer
http://clearmainframeinterview.blogspot.com/2013/11/file-open-
mode.html
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain the input procedure?
Explain the types of perform?
What is redefine?
What is perform?
What is output procedure?
What is the syntax of redefine?
What is the actual use of fillers?
Explain the syntax of sort?
What is sort? And its syntax?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
Explain the output procedure?
What are fillers?
What is input procedure?
Explain the difference between section, paragraph and sentences?
How to detect record is locked in cobol/400? What is the solution for that?