Chapter Contents |
Previous |
Next |
NUMXw.d |
Category: | Numeric |
Alignment: | right |
Syntax | |
Syntax Description | |
Details | |
Comparisons | |
Examples | |
See Also |
Syntax |
NUMXw.d |
Default: | 12 |
Range: | 1-32 |
Details |
The NUMXw.d format writes numeric values with a comma in place of the decimal point.
Comparisons |
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.
Examples |
put x numx10.2;
Values | Results |
---|---|
----+----1----+ |
|
896.48 |
896,48 |
64.89 |
64,89 |
3064.10 |
3064,10 |
See Also |
Format:
| |||
Informat:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.