What is an alternate index and path ?
Answers were Sorted based on User's Feedback
Answer / guest
An alternate index is an another way of accessing key
sequenced data record stored in a base cluster and path is
the linkage which connect alternate index to its base cluster.
| Is This Answer Correct ? | 39 Yes | 5 No |
Answer / xyz
An alternate index is an additional way of accessing the
base cluster.
A PATH is an entry in VSAM catalog that establishes a
logical link between an alternate index and the base
cluster.
| Is This Answer Correct ? | 18 Yes | 3 No |
Hi, I want to create alternate index on VSAM file.my file structure is ex: RoomID pic x(7) R000001 Floor pic a((6) First RoomNo pic x(2) FA1 Occupied(yes/no) pic a(3) Yes Occupied Batch pic x(10). Maths i want to create alternate index on floor,roomno fields.can i create alternate index on both the fields.and tell me how to create.
What is the difference between lds and esds?
Explain the meaning and syntax for the START command. ?
explain how can you initialize a vsam file before any operation?
what is the purpose of the verify function of idcams?
What is the maximum no. of records that can be allowed in VSAM ?
What is the difference between sequential files and ESDS files?
What is the base cluster?
is there any lock for vsam file so that no one can update the vsam file ?
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now ?
Explain about the file objects in vsam?
difference between vsam and database tables