ODS NO_DECIMAL_ALIGN Statement

Right-justifies numeric columns when no justification is specified.
Valid in: Anywhere
Category: ODS: SAS Formatted
Alias: ODS DECIMAL_ALIGN=NO
See: Values in Table Columns and How They Are Justified

Syntax

ODS NO_DECIMAL_ALIGN;

Without Arguments

The ODS NO_DECIMAL_ALIGN statement right-justifies values when no justification is specified. ODS NO_DECIMAL_ALIGN is the default setting.

See Also