what is the use of aix in vsam why do we go for aix and wht
is build index in vsam?
Answers were Sorted based on User's Feedback
Answer / guest
aix is the secondary key for searching the records in the
cluster.aix must be duplicate r unique..
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / codebulls
At times a vendor might offer a file to be consumed by a mainframe application. Rather than the primary key, the file would contain another field in the VSAM which is unique but not the primary key of VSAM. If such fields are made to be Alternate Index, unnecessary reads and performance overhead can be avoided.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sanjana
we use aix to reduce the fields in base table.in further
divided tables will have their own primary key for each
table.in this way we can search the records in the cluster
very easily.
| Is This Answer Correct ? | 2 Yes | 6 No |
Hi...........
we use AIX to extend the limit of Keys.
Suppose i have following records with key(5,0)
00001 Ravindra Uttaranchal
00002 Reena Uttaranchal
And We got new records from Client as following
00001 Manmohan New Delhi
00002 Gaurav New Delhi
So there may be confliction
To resolve this we create AIX on KSDS/ESDS.
Thanks & Regards.
| Is This Answer Correct ? | 1 Yes | 9 No |
On which dataset you can have alt index?
Discuss record management in vsam?
why do we use vsam file thn seqential files ?
What is a VSAM split?
What is the biggest disadvantage of using a vsam dataset?
what do you mean by the repro command?
What are the common vsam error conditions and codes?
Define free space?
differentiate between sequential files and esds files in vsam?
what is the use of aix in vsam why do we go for aix and wht is build index in vsam?
can any one tell "in esds in what structure records will stored?"
What is the meaning of dynamic processing?