In COBOL, a record represents a ___________ data structure.
- Hierarchical
- Linear
- Relational
- Sequential
In COBOL, a record represents a Sequential data structure. Sequential records are stored one after the other, and each record contains fields that represent the data elements in a specific order.
Loading...
Related Quiz
- In COBOL, how can you handle multiple conditions efficiently using the "EVALUATE" statement?
- What is the significance of the USAGE clause when defining data types in COBOL?
- In COBOL, what is the significance of the FILE STATUS clause in the context of file handling errors?
- In a COBOL program for managing employee records, you need to represent each employee's details, including name, ID, and salary. Which type of COBOL data item would be most appropriate for this purpose?
- What is the purpose of the GLOBAL clause in COBOL for variable declarations?