In a relative file, records are identified by their _____, which is an integer value.
- Index Key
- Prime Key
- Record Key
- Relative Key
In a relative file, records are identified by their Relative Key, which is an integer value assigned to each record. This key is used to directly access records based on their relative position in the file.
Loading...
Related Quiz
- What is the purpose of the REDEFINES clause in COBOL?
- In COBOL, what is a user-defined function, and how is it implemented in the Procedure Division?
- The CURRENT-DATE special register stores the current _____ and _____.
- When working with COBOL structures, the POINTER clause is used to indicate the ___________ of the current element within the structure.
- When defining an array or table in COBOL, you must specify the _____ of elements it can hold.