Alternate Indexes
Understand how alternate indexes let a VSAM base cluster be accessed by a second, non-primary key without duplicating the underlying data.
An alternate index (AIX) lets you look up records in a VSAM base cluster by a field other than its primary key, without physically duplicating the data itself — instead, DB2-style, it maintains a separate index structure mapping alternate key values back to the base cluster's primary key (or RBA), and this is consistently one of the more advanced VSAM topics interviewers use to distinguish genuinely experienced candidates.
An alternate index is a second index card catalog at the same library, this one organized by author's last name instead of by call number, both catalogs pointing back to the exact same physical books on the exact same shelves — no book is ever duplicated, but every time a book is reshelved, both catalogs must be updated to stay accurate.