Purpose
The TABLE statement is used to define a collection of related data. It contains an array of identical records, or rows, and an array of column names describing the fields in each row. A table statement can only be in a define statement or block.
Syntax
>>-%table--| upper limit |-------------------------------------><
upper limit
|--+------------------+----------------------------------------|
+-(--+-number-+-)--+
+-ALL----+
Parameters
Context
Can be found in these contexts:
Restrictions
Can contain these elements:
Examples
%DEFINE myTable=%TABLE(30)