In indexed file processing, the use of ____________ keys can enhance the performance of record retrieval operations.
- Alternate
- Composite
- Primary
- Secondary
In indexed file processing, secondary keys are additional keys created to enhance the performance of record retrieval operations. These keys provide alternative paths for accessing records, reducing the time and resources required for searching and retrieving specific data.
Loading...
Related Quiz
- The INSPECT statement in COBOL allows you to search for and _____ occurrences of specific characters or phrases in a field.
- In COBOL, what is the purpose of the PERFORM statement?
- Explain the role of the GIVING clause in COBOL arithmetic statements.
- The _____ statement in COBOL is commonly used to handle variable-length records based on a condition.
- When might you use the SORT operation in a COBOL program?