Writes numeric values with a comma in place of the decimal point
| Category: |
Numeric
|
| Alignment: |
right
|
-
w
-
specifies the width of the output field.
-
d
-
optionally specifies the number of digits
to the right of the decimal point (comma) in the numeric value.
The NUMXw.d format writes numeric values with a comma in place of the
decimal point.
The NUMXw.d format is similar to the
w.d format except that NUMXw.d writes numeric values with a comma in place of the
decimal
point.
put x numx10.2;
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.