COBOL
Create and access a single-dimension table (array)....
table
array
occurs
subscript
COBOL
Create and work with a two-dimensional table....
table
2d
matrix
nested-occurs
COBOL
Search tables using linear SEARCH and binary SEARCH ALL....
search
search-all
binary-search
indexed
COBOL
Create variable-length table using OCCURS DEPENDING ON....
variable-length
depending-on
dynamic