
The JUSTIFY attribute is valid only in the LISTING destination.
See
“Values in Table Columns and How They Are Justified” on page
1386
LABEL= "text" | variable;
specifies a label for the table.
Default
ODS uses the first of the following that it finds: a label that the table
template provides, a label that the data component provides, or the first
spanning header in the table.
Tip
The LABEL= attribute is valid in all destinations.
LONGDESC= "string";
specifies the long description of the table.
Requirement
The text must be enclosed in quotation marks.
Tip
The LONGDESC= attribute is valid only in markup family
destinations.
NEWPAGE<=ON | OFF | variable>;
specifies ...