Writes numeric values with a period that separates every three digits and a comma that separates the decimal fraction.
Category: | Numeric |
Alignment: | Right |
Interaction: | When the DECIMALCONV= system option is set to STDIEEE, the output that is written using this format might differ slightly from previous releases. For more information, see DECIMALCONV= System Option in SAS System Options: Reference. |
specifies the width of the output field. This argument is optional.
Default | 6 |
Range | 1–32 |
Tip | Make w wide enough to write the numeric values, the commas, and the optional decimal point. |
specifies the number of digits to the right of the decimal point in the numeric value.
Range | 0–31 |
Requirement | must be less than w |