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?

Answers were Sorted based on User's Feedback



1. delete is not possible in esds. why? 2. i have 10 records in a esds file and i want to delete ..

Answer / guest

1) The ESDS organization will not allow you to delete the
record.

2) Using FileAid, copy first 09 record into other data set.
Which means that the new file contains only 9 records(10th
record is deleted0

3) Hope that you can use EXTEND

Is This Answer Correct ?    5 Yes 0 No

1. delete is not possible in esds. why? 2. i have 10 records in a esds file and i want to delete ..

Answer / harish

deletion is not possible in ESDS.....but u can rewrite them
, if of same lenght........

Is This Answer Correct ?    3 Yes 0 No

1. delete is not possible in esds. why? 2. i have 10 records in a esds file and i want to delete ..

Answer / 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

More VSAM Interview Questions

Explain the difference between lds and esds?

0 Answers  


is it necessary that all versions of the gdg have to be of the same record length?

0 Answers   IBM,


What is a VSAM slot?

1 Answers  


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

0 Answers   IBM,


what are s0c1, s0c4, s0c5, s0c7 abends?

0 Answers   IBM,






What is the difference between CI( Control Interval)and CA (Control Area)?

3 Answers   Infosys, TCS,


How did you refresh a VSAM file and how frequently you do it ?

3 Answers   CSC, IBM, Patni, Xansa,


How do you define a KSDS ?

1 Answers   IBM,


Suppose 3 generations of a GDG exist. How would you reference the 1st generation in the JCL?

2 Answers   IBM,


How is the sorting of vsam files carried?

0 Answers  


in what type of vsam datasets can an alternate index be defined??

4 Answers  


to use the rewrite command, how should the vsam file be opened?

0 Answers   IBM,


Categories