The _____ file organization in COBOL is used for storing records in the order they are written.
- Indexed
- Random
- Relative
- Sequential
In COBOL, a Sequential file organization is used to store records in the order they are written. This means that records are stored one after another, and the order of records is maintained based on their physical placement in the file.
Loading...
Related Quiz
- What is the role of the "THRU" keyword in the "EVALUATE" statement?
- In a COBOL application that involves scheduling events at different times, how would you handle time zone conversions to ensure accurate event scheduling?
- ________ is a technique used in COBOL to ensure data integrity during exceptional situations.
- Which SQL statement is used in COBOL to retrieve data from a database table?
- Explain the purpose of the PREPARE statement in COBOL when dealing with dynamic SQL.