Requirement: | An END statement must be the last statement in the template. |
Interaction: | A column template can include one or more header templates. |
See: | DEFINE HEADER Statement |
Examples: | Setting the Style Element for Cells Based on Their Values Setting the Style Element for a Specific Column, Row, and Cell |
To reference the template that you are creating from another template, do not nest the template inside another one. For example, to reference a column template from multiple tables, do not define the column inside a table template.
The STORE= option does not become part of the template.
ATTRIBUTE-NAME ATTRIBUTE-NAME=ON
When the PRINTER destination suppresses the value of a variable, it also suppresses the horizontal rule above the blank cell.
When the PRINTER destination suppresses the value of a variable, it also suppresses the horizontal rule above the blank cell.
The FORMAT_WIDTH= option suggests a maximum width. The actual format width might be smaller or it might be larger.
The CHOOSE_FORMAT= attribute is valid in all destinations.
The HTML and PRINTER destinations always wrap the text if it is too long to fit in the space that is provided.
The GLUE= attribute is valid only in the LISTING, printer family, and RTF destinations.
Use the split character in the text of the header to force the text to a new line.
The HEADER= attribute is valid in all destinations.
The ID attribute is valid only in LISTING and printer family destinations.
For the LISTING destination, ODS justifies the format field within the column width. At times, you can specify the JUSTIFY= attribute to get the results that you want. See the discussion of the JUSTIFY attribute.
All destinations except the LISTING destinations justify values as if JUSTIFY=ON.
If the OUTPUT destination is open, then the LABEL= attribute provides a label for the corresponding variable in the output data set. This label overrides any label that is specified in the data component.
The PRINT attribute is valid in all destination except the OUTPUT destination.
separator="2D"x
The SEPARATOR= attribute is valid only in the LISTING destination.
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 VARNAME= attribute is valid only in the OUTPUT destination.