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 |
Explain about the file objects in vsam?
Is CA(Control Area) is part of CI(Control Interval)
What is a ci split?
What is the biggest disadvantage of using a vsam dataset?
when u r using repro command what happens if both infile and outfile names same
What are the three levels of definition for the VSAM DEFINE?
What is the main function of linear dataset?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
Define free space?
how can you copy to a vsam cluster?
explain how do you define a gdg in vsam?
Hi, I want to create alternate index on VSAM file.my file structure is ex: RoomID pic x(7) R000001 Floor pic a((6) First RoomNo pic x(2) FA1 Occupied(yes/no) pic a(3) Yes Occupied Batch pic x(10). Maths i want to create alternate index on floor,roomno fields.can i create alternate index on both the fields.and tell me how to create.