What is an alternate index and path ?
Answer Posted / 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 |
Post New Answer View All Answers
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
What is the purpose of relative record data set used in vsam?
Discuss record management in vsam?
What is a ci split?
what is the meaning of each of the values in shareopts(2 3)?
what is meant by s0c-07 system abend codes?
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...
what do you mean by gdg in vsam?
What is the purpose of having vsam data space?
What is the difference between lds and esds?
what do you mean by a shareoptions parameter (shr) in define cluster command?
Explain the significance of the shareoptions parameter?
In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
how do you define an altindx ? How do you use altindxs in batch, cics programs?