The set of COBOL features for working with arrays (tables): *OCCURS*, *INDEXED BY*, *SEARCH*, *SEARCH ALL*, subscripting, and indexing. Tables can be fixed-length or variable-length (*OCCURS DEPENDING ON*). (Ch. 18) See also: *OCCURS*, *SEARCH*, *SEARCH ALL*, *Index*.