The OCCURS clause in COBOL is primarily used to define ____________.
- A repeating group of data items
- A single data item
- A subroutine
- An index
The OCCURS clause in COBOL is used to define a repeating group of data items. It allows you to create arrays or tables where a data item occurs multiple times.
Loading...
Related Quiz
- When a subprogram is called, the control returns to the _____ program after the subprogram execution is complete.
- What are some advantages of using VSAM (Virtual Storage Access Method) for indexed file processing in COBOL?
- The process of systematically finding and correcting errors in a COBOL program is known as _____.
- When an error is handled using the "CONTINUE" statement, the program _____ executing the next statement after the error.
- The "WORKING-STORAGE SECTION" is used to declare _____ that are accessible throughout the program.