Prints a table.
PRINT-TABLE [{position}]
NAME=table_name_var|_ lit|_col
[CONTINUATION=continuation_var|_lit|_col]NAME
Name of the table created with CREATE-TABLE.
CONTINUATION
Whether the table is a continuation of a previous PRINT-TABLE command. Valid Values are YES and NO. The default is NO.
Use PRINT-TABLE in any section except BEGIN-SETUP, BEGIN-SQL, and BEGIN-DOCUMENT to print a table at the specified location. PRINT-TABLE also performs the functionality of fill.
print-table (+1,10)
name=$table-name
continuation='yes'ALTER-TABLE, CREATE-TABLE, DECLARE-TABLE, DUMP-TABLE, FILL-TABLE