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 / 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 |
Post New Answer View All Answers
Would you specify freespace ce for an esds?
what do you mean by a vsam split?
what do you mean by the repro command?
what are the idcams commands that can be used for vsam and explain each of them.
State the differences between vsam and non-vsam files?
how do you create an alternate index ?
Explain the catalog?
to use the rewrite command, how should the vsam file be opened?
what is the syntax of ams modal commands?
why ci and ca splits are not possible in esds and rrds?
How do you calculate record size of an alternate cluster?
what is the meaning of dynamic processing in vsam?
What are the different versions of gdg named?
Explain the function of entry-sequenced data set?
explain in brief how you can create a vsam file?