Deleting a record from a Sequential file.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / surya
After placing a record into a sequential file, it is not possible to delete a record and it is also not possible to change the order of the records.
Is This Answer Correct ? | 0 Yes | 0 No |
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
Explain the input procedure and output procedure?
What is output procedure?
What is the actual use of fillers?
Explain how to detect record is locked in cobol/400? What is the solution for that?
what is the difference between comp & comp-3?
It's possible use %TRIM statement like rpgile?
What is redefine?
When search all is used in cobol program without sorted input data
Explain the input procedure?
Explain the output procedure?
How we create file in COBAL400