CONTENTS= is not valid for the ODS LISTING destination.
If you do not use LABEL, spacing specifies whether column headings are vertical or horizontal. |
If you use LABEL and at least one variable has a label, all headings are horizontal. |
if you omit the LABEL option in the PROC PRINT statement, even if the PROC PRINT step contains a LABEL statement |
if a variable does not have a label |
PROC PRINT sometimes conserves space by splitting labels across multiple lines. Use SPLIT= in the PROC PRINT statement to control where these splits occur. You do not need to use LABEL if you use SPLIT=.
label variable-name='00'x;
For information about using the LABEL statement in a DATA step to create permanent labels, see LABEL Statement in SAS Statements: Reference.
The OBS= option honors the split character. (See the discussion of OBS=“column-header”.)
FONTWIDTH= 1
|
|
COLOR= 1
|
|
FONT= 1
|
|
FONTFAMILY= 1
|
|
FONTSIZE= 1
|
|
FONTSTYLE= 1
|
|
FONTWEIGHT= 1
|
|
1When you use these attributes, they affect only the text that is specified with the PRETEXT=, POSTTEXT=, PREHTML=, and POSTHTML= attributes. To alter the foreground color or the font for the text that appears in the table, you must set the corresponding attribute in a location that affects the cells rather than the table. |
STYLE= is not valid for the ODS LISTING destination
WIDTH=UNIFORM is the same as UNIFORM.