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 |
What is an RBA in rrds? What does it do? What is it used for?
why ci and ca splits are not possible in esds and rrds?
Syntax of AMS modal commands ?
How many cluster index can have in a table?
what is the meaning of dynamic processing in vsam?
Explain the process in which flat files are converted into vsam files?
what are the different types of vsam files available? Explain them
How do you decide on optimum values for CI, FREESPACE etc...?
What is the main purpose of having user catalog in vsam?
can we access sequential files online
Is a delete operation possible in an ESDS?B. Is rewrite operation possible in ESDS ?
In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?