COBOL Occurs Depending On
COBOL provides support for a variable-length table data structure whose length is determined by the Occurs Depending On (ODO) clause and the data element that it identifies. A variable-length table provides support for a table structure that contains a number of rows that are not defined at design time; for example, an account table, which contains a varying number of accounts.