is it slower if you access a record through alternative index as compared to primary index?
Answer / 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 |
What is the difference between CI( Control Interval)and CA (Control Area)?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
difference between vsam and database tables
how can you load a vsam data set with records ?
what is the syntax of ams modal commands?
explain the information contained in ci
what is the use of reuse in vsam?
What is the purpose of having vsam data space?
What is a ci split? What is a ca split?
What is free space?
if you wish to use the rewrite command how must the vsam file be opened?
What is the VSAM-code field?