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
What are fillers?
Explain how to detect record is locked in cobol/400? What is the solution for that?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
Explain the input procedure and output procedure?
Explain the types of perform?
What is sort? And its syntax?
seqence numbers in cobol
What is the syntax of sort?
Explain the syntax of sort?
What is output procedure?
What is the syntax of redefine?
What is redefine?
Explain the input procedure?
Explain the difference between search and searchall?
Define perform? And its types?