is it slower if you access a record through alternative index as compared to primary index?
Answer Posted / guru
Yes, because the alternate key would first locate the primary key, which in turn locates the actual record.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of lds (linear data set)?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
how can you load a vsam data set with records ?
What is a vsam dataset?
how many buffers are allocated to vsam ksds and esds?
how can you copy to a vsam cluster?
what is meant by dirty read in vsam?
Discuss record management in vsam?
What is control interval?
explain how many ways you can load data in a vsam cluster?
What does the keyranges parameter in define cluster command do?
is delete operation supported in an esds? Is rewrite operation possible in esds?
What is the function of linear dataset in vsam?
explain how do you define a gdg in vsam?
Explain about the file objects in vsam?