
Examples: “Example 5: Creating a Simple Table” on page 1601
“Example 6: Formatting Cells Using the Textdecoration Style Attribute ” on page
1603
“Example 7: Creating a Table with Row and Column Spanning” on page 1607
“Example 8: Using the Page Method” on page 1611
Syntax
TABLE_START(<option-1><,option-2, ...>);
Optional Arguments
JUST: 'C' | 'L' | 'R' | char-variable
specifies the horizontal justification for the entire table.
C specifies center justification.
L specifies left justification.
R specifies right justification.
char-variable specifies the name of a character variable from the input data
set.
Default
C
Requirement
You must enclose C, L, and R in ...