The ________ clause in COBOL is used to specify the number of times a group data item can occur.
- DEPENDING ON
- INDEXED BY
- OCCURS
- REDEFINES
The OCCURS clause in COBOL is used to specify the number of times a group data item or an elementary data item can occur in a table or an array. It defines the occurrence of a particular data item or group.
Loading...
Related Quiz
- The 88-level condition names in COBOL are used for creating ________ conditions based on data values.
- To prevent duplicate records from being inserted into an indexed file, you can use the _____ clause in the file description.
- In COBOL, what is an embedded SQL statement used for in the context of database connectivity?
- Explain the concept of "dynamic scope" in COBOL and how it affects variable visibility.
- How does the COBOL SORT verb differ from the MERGE verb in terms of their outputs?