1. delete is not possible in esds. why?
2. i have 10 records in a esds file and i want to delete
only 1st record ..then what i have to do?.. it will not
affect any sequence of the RBA.
3. why open extend is not possible in rrds vsam file?

Answer Posted / ajit

Deletion in ESDS can be done programatically. An indicator
bit can be set for the deleted record and those can be
escaped while reading.
Other way to replace the record with spaces.

I think OPEN EXTEND is possible in RRDS.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the device independent method to indicate where a record is stored?

596


explain how can you initialize a vsam file before any operation?

665


what do you mean by a upgrade set in vsam?

645


differentiate between sequential files and esds files in vsam?

594


What is the main purpose of having user catalog in vsam?

581






What are the building blocks used in vsam datasets?

579


Why is master catalog used in vsam?

583


How is the sorting of vsam files carried?

613


what is a base cluster in vsam?

667


what is buffering and how does it apply to vsam files ?

720


in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?

706


name a few common vsam status codes?

630


Why is it required to have a keyed directed retrieval?

567


difference between vsam and database tables

652


is it required that primary key values have to be unique? Do alternate key values have to be unique?

611