The _______ clause is used to define the format of the index or key field in COBOL indexed files.
- DATA
- KEY
- LENGTH
- RECORD
The KEY clause in COBOL is used to define the format of the index or key field in indexed files. It specifies the data item that serves as the key for organizing and accessing records in the file.
Loading...
Related Quiz
- How can the EXIT statement be used to terminate the execution of a COBOL program?
- In COBOL, which keyword is commonly used to define variable-length records?
- In COBOL, a multi-dimensional array is often referred to as a _____ array.
- In COBOL, what are the typical sorting criteria you can specify while using the SORT verb?
- What is the result of dividing an integer by zero in COBOL?