Developer for System z Enterprise COBOL for z/OS, Version 4.1, Programming Guide
Putting values into a table
You can put values into a table by
loading the table dynamically, initializing the table with the INITIALIZE statement, or assigning values with the VALUE clause when you define the table.