In VSAM files, what is the role of the Alternate Index (AIX)?
- Acts as a backup index for the primary index
- Facilitates sequential access only
- Organizes records in reverse order
- Provides an alternate path to the data records based on a key field
The Alternate Index (AIX) in VSAM files serves as an alternate path to access data records based on a key field other than the primary key. It allows for efficient retrieval and random access to records using a secondary key.
Loading...
Related Quiz
- What are some potential advantages and disadvantages of using the REDEFINES clause in COBOL programming?
- The _____ verb is used for testing and handling exceptions related to file processing in COBOL.
- What does "I-O" stand for in the context of file access modes in COBOL?
- To subtract one numeric value from another in COBOL, you would use the _____ statement.
- What is the difference between a record and a structure in COBOL?