InterviewSolution
Saved Bookmarks
| 1. |
How to define and access an array in COBOL? |
|
Answer» COBOL uses the OCCURES CLAUSE to DEFINE and access an array/table. To access an array/table in COBOL we can use the INDEX or SUBSCRIPT and access all the elements WITHIN it as well. |
|