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 |
What are the common vsam error conditions and codes?
Describe SHAREOPTIONS parameter (SHR) in Define Cluster command.?
What is an alternate index?
Explain the meaning and syntax for the START command. ?
what is difference between repro and export? if any one know this plz tell me
what is the drawback of vsam dataset?? a.execution slow. b.free space. c.independent storage device. d.none of the above. let me know the answer with reason.
what is meant by s0c-07 system abend codes?
Describe the uses of ams?
to use the rewrite command, how should the vsam file be opened?
By looking into the Jcl can we identify the dataset is VSAM?
5 Answers Cognizant, Keane India Ltd,
What is a ci split? What is a ca split?
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.