Restriction: | The DEFINE HEADER statement can be used only within a column template or a table template. |
Requirement: | An END statement must be the last statement in the template. |
See: | Creating a New Table Template |
To reference the template that you are creating from another template, do not nest the template inside another template. For example, to reference a header template from multiple columns, do not define the header inside a column template.
The STORE= option does not become part of the template.
ATTRIBUTE-NAME ATTRIBUTE-NAME=ONFor 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 abbreviation
for the header 1
|
||
Specify an acronym for
the header1
|
||
Specify an alternate
description for the header1
|
||
Specify a long description
for the header1
|
||
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. |
The EXPAND= attribute is valid only in the LISTING destination.
EXPAND_PAGE=
When PREFORMATTED=ON, and you are defining a column header, ODS uses the RowHeaderFixed style element unless you specify another style element with the STYLE= column attribute.
The PRINT= attribute is valid in all destinations.
The SPACE= attribute is valid only in the LISTING destination.
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.