Sequential File Handling

Is it possible to delete a record from a sequential file in COBOL Program? If yes, Explain how?

Questions by modi.uttam   answers by modi.uttam

Showing Answers 1 - 2 of 2 Answers

sriraj1122

  • Jun 27th, 2010
 

You can read the records in the sequential order and process each record.  When you get the desired record then just use delete to delete that particular record.


Hope this helps you :P

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions