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
Tell me how many alternate indexes you can have on a dataset?
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
explain in brief what are the 3 types of vsam files?
what are s0c1, s0c4, s0c5, s0c7 abends?
explain how many ways you can load data in a vsam cluster?
What is the use of KSDS,LDS,ESDS,RRDS??what is VRRDS?? How are all these useful in realtime scenario??Plz helpme out...Its a recent question in IGATE..
Define gdg?
to use the rewrite command, how should the vsam file be opened?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
Is it slower if you access a record through alt index as compared to primary index?
What is the place for VSAM KSDS?
what do you mean by a shareoptions parameter (shr) in define cluster command?
what are the codes returned by the ams (access method services) command during the execution in vsam?
what is the syntax of ams modal commands?
What is the difference between lds and esds?