Requirement: | An END statement must be the last statement in the template. |
Interaction: | A table template can contain one or more column, header, or footer templates. |
Examples: | Creating a New Table Template |
ATTRIBUTE-NAME; ATTRIBUTE-NAME=ON;For all of the attributes that support a value of variable, variable is any variable that you declare in the table template with the DYNAMIC, MVAR, or NMVAR statement. If the attribute is a Boolean, then the value of variable should resolve to either true or false as shown in this table:
Specify an alternate
description for the table1
|
||
Specify a long description
for the table1
|
||
1SAS includes these accessibility and compatibility features that improve the usability of SAS for users with disabilities. These features are related to accessibility standards for electronic information technology adopted by the U.S. Government under Section 508 of the U.S. Rehabilitation Act of 1973, as amended. |
formchar="*+"
formchar="2D7C"x
The FORMCHAR= attribute is valid only in the LISTING destination.
If the column is numeric, then values are aligned to the right if you specify JUSTIFY=OFF and JUST=C.
All of the destinations except for the LISTING destination justify the values in columns as if JUSTIFY=ON for JUST=R and JUST=L.
The JUSTIFY attribute is valid only in the LISTING destination.
When ORDER_DATA=OFF, the default order for columns is the order that they are specified in the COLUMN statement. If you omit a COLUMN statement, the default order for columns is the order in which you define them in the template.
UNDERLINE= table attribute, UNDERLINE= column attribute, and the OVERLINE= column attribute.
The PANELS= attribute is valid only in LISTING and printer family destinations.
Finding and Viewing the Default Style for ODS Destinations
For a table of style element names, see ODS Style Elements.
If you use the STYLE= attribute inside a quoted string, then add a space before or after the carriage return to prevent errors. SAS does not interpret a carriage return as a space. You must explicitly specify spaces in quoted strings.
The STYLE= attribute is valid only in the markup family, printer family, and RTF destinations.
The TYPE= attribute is valid only in the OUTPUT destination.
UNDERLINE= column attribute and OVERLINE= column attribute.
Also see OVERLINE table attribute.
The USE_NAME attribute is valid in all destinations except the OUTPUT destination.