The ________ feature in VSAM allows you to access records directly by their key, improving retrieval speed.
- Direct Access
- Dynamic Access
- Indexed Access
- Sequential Access
The Direct Access feature in VSAM enables the direct retrieval of records based on their key, enhancing retrieval speed compared to sequential access methods. It is particularly useful when you need quick access to specific records without scanning the entire file sequentially.
Loading...
Related Quiz
- When a subprogram is called, the control returns to the _____ program after the subprogram execution is complete.
- Which intrinsic function is used to return the current date in COBOL?
- The "EVALUATE" statement can be used to simulate a _____ statement with multiple conditions.
- When working with date fields in COBOL, what is the importance of date validation?
- In COBOL, the EXEC SQL _____ statement is used to declare an SQL cursor.