March 2, 2018
COBOL Arrays or Tables
Single dimensional arrays: Arrays are data structures that are used to simplify coding and improve processing efficiency. The primary uses of arrays are to define: a series of similarly formatted input or output record fields in the FILE SECTION a group of accumulators in WORKING-STORAGE for different categories of totals a table in WORKING-STORAGE that