PRINT-TABLE

Function

Prints a table.

Syntax

PRINT-TABLE [{position}]
NAME=table_name_var|_ lit|_col
[CONTINUATION=continuation_var|_lit|_col]

Arguments

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.

Description

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.

Example

print-table (+1,10)
    name=$table-name
    continuation='yes'

See Also

ALTER-TABLE, CREATE-TABLE, DECLARE-TABLE, DUMP-TABLE, FILL-TABLE