Previous Page | Next Page

Dictionary of ODS Language Statements

ODS DECIMAL_ALIGN Statement



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

Syntax
Details

Syntax

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

Details

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

Previous Page | Next Page | Top of Page