When dealing with a sequential file, which file organization is commonly used for reading records in a specified order?
- Dynamic
- Indexed
- Relative
- Sequential
In a sequential file organization, records are stored and retrieved in a specific order. This order is determined by the physical sequence in which the records are written to the file. This organization is suitable for scenarios where records need to be processed in a predetermined order.
Loading...
Related Quiz
- In indexed file processing, the _______ clause is used to specify whether the file will be opened for input, output, or both.
- In COBOL, the "ELSE" clause is executed when the condition in the "IF" statement is _____
- You are tasked with building a COBOL application that can generate custom reports based on user input and database data. What COBOL feature or technique would be most suitable for this task?
- What happens when a CONTINUE statement is encountered during program execution?
- When using the OPEN verb in COBOL, what is the primary purpose of specifying the ACCESS MODE clause?