In COBOL, when specifying an alternate index, the ALTERNATE KEY IS clause is used to define the _______ structure.
- File
- Index
- Key
- Record
The ALTERNATE KEY IS clause in COBOL is used to define the structure of the key field that will serve as an alternate index. It specifies the data item that will be used as the alternate key for indexing records in addition to the primary key.
Loading...
Related Quiz
- When implementing file locking, the _______ and _______ modes are used to specify the type of access allowed to files.
- In COBOL, the indexed file's key is often used to perform _____ operations on records.
- When might you use the SORT operation in a COBOL program?
- When using the "USE AFTER EXCEPTION" phrase with the READ statement in COBOL, what happens if the exception condition is not encountered?
- When dealing with a sequential file, which file organization is commonly used for reading records in a specified order?