Prints numeric values, possibly with a great range of values, lining up decimal places for values of similar magnitude.
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 | 12 |
Range | 1–32 |
specifies the precision. This argument is optional.
Default | 3 |
Range | 0–9 |
Requirement | p must be less than w |
Tips | If p is omitted or is specified as 0, then p is set to 3. |
If zero is the desired precision, use the w.d format in place of the Dw.p format. |