ODS DECIMAL_ALIGN Statement

Controls the justification of numeric columns when no justification is specified.
Valid in: Anywhere
Category: ODS: SAS Formatted
Default: ODS NO_DECIMAL_ALIGN
Interaction: The ODS DECIMAL_ALIGN statement only affects the RTF destination and the printer family of destinations.
See: Values in Table Columns and How They Are Justified

Syntax

Required Arguments

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

Details

The ODS DECIMAL_ALIGN statement has no effect on any column that is assigned a justification from a procedure or column definition.