Usage Note 23372: In ODS HTML output, how can I prevent multiple blanks from being compressed from my data values?
Specify the ASIS= style attribute within the style element Data to prevent compressing of leading and
embedded blanks in table cells.
proc template;
define style styles.test;
parent=styles.default;
style Data from Data /
asis=on;
end;
run;
See also the full SAS Notes and Concepts for ODS.
Operating System and Release Information
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | low |
| Topic: | Third Party ==> Output ==> HTML SAS Reference ==> ODS (Output Delivery System)
|
| Date Modified: | 2007-10-16 10:51:06 |
| Date Created: | 2003-08-11 11:34:00 |