what is the concept of AIX in vsam ????
Answer / sagar kajale
aix is used to access records of vsam ksds in order other than ksds files primary key or we can say base key. the ds over which aix exists is called a base cluster.
aix are ksds and has their own data and index component.
advantages:
can be updated automatically.
reduces data redundancy.
can be defined for both ksds and esds.
can have duplicates.
Disadvantages:
complex update logic.
performance degradation.
| Is This Answer Correct ? | 1 Yes | 0 No |
how to view clusters that has more than 10000 records
How do you load a VSAM data set with records ?
what is difference between repro and export? if any one know this plz tell me
there are seven idcams commands in vsam. Can you name and explain each of them?
What is the difference between CI( Control Interval)and CA (Control Area)?
How do you define an ALTINDX ? How do you use ALTINDXs in batch, CICS pgm?s ?
What is a lds (linear data set)?
what is reuse parameter ?
If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we open empty VSAM file if you are using in Program..?
difference between vsam and database tables
What are the advantages of vsam over isam?
How to open VSAM file from 3.4? i have millions of records and i dont want to use the print ch ids(/) command bcz it takes to much time. so if you have any another command to open this plz tell me.