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
What is the function of linear dataset in vsam?
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...
Using alternate indexes in batch program?
What is the place for VSAM KSDS?
What are the different parameters that are used in vsam?
What is the purpose of idcams?
How to get the last record in vsam file in cluster?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
What are the different commands used in idcams for vsam?
what do you mean by a vsam slot?
Explain the biggest disadvantage of using a vsam dataset?
What is a vsam dataset?
Explain the index set?
What is a lds (linear data set) and what is it used for?
differentiate between sequential files and esds files in vsam?