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



what is the use of aix in vsam why do we go for aix and wht is build index in vsam?..

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

what is the use of aix in vsam why do we go for aix and wht is build index in vsam?..

Answer / mr. cooooool

Sorry I mistaken.
I given wrong answer.

Is This Answer Correct ?    4 Yes 0 No

what is the use of aix in vsam why do we go for aix and wht is build index in vsam?..

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

what is the use of aix in vsam why do we go for aix and wht is build index in vsam?..

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

what is the use of aix in vsam why do we go for aix and wht is build index in vsam?..

Answer / mr. cooooool

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

Post New Answer

More VSAM Interview Questions

Tell about the ams used in vsam?

0 Answers  


Is it slower if you access a record through alt index as compared to primary index?

0 Answers  


What is Control Interval, Control Area ?

1 Answers   L&T,


What is a CI, control interval?

3 Answers  


Define free space?

0 Answers  






What is the difference between CI( Control Interval)and CA (Control Area)?

3 Answers   Infosys, TCS,


what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?

0 Answers   IBM,


what is the use of the file status clause in the select statement in vsam?

0 Answers   IBM,


What are the different versions of gdg named?

0 Answers  


Discuss record management in vsam?

0 Answers  


explain the information contained in ci

0 Answers   IBM,


how do you create an alternate index ?

0 Answers   IBM,


Categories