Dictionary of ODS Language Statements |
Controls the justification of numeric columns when no justification
is specified.
ODS DECIMAL_ALIGN |
NO_DECIMAL_ALIGN;
|
-
ODS DECIMAL_ALIGN
-
aligns values by the decimal point in numeric
columns when no justification is specified.
Alias: |
ODS DECIMAL_ALIGN=YES |
-
ODS NO_DECIMAL_ALIGN
-
right justifies numeric columns when no
justification is specified.
Alias: |
ODS DECIMAL_ALIGN=NO |
The ODS DECIMAL_ALIGN statement has no
effect on any column that is assigned a justification from a procedure or
column definition.
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.