Writes the monetary format of the local expression for Austria,
Belgium, Finland, France, Germany, Greece, Ireland, Italy, Luxembourg, Malta,
the Netherlands, Portugal, Slovakia, Slovenia, and Spain.
Category: |
Numeric
|
Alignment: |
left
|
- w
-
specifies the width of the output field.
- d
-
specifies to divide the number by 10d. If the data contains decimal points, the d value is ignored.
In the following example, the LOCALE= system option is set to German_Germany.
x=put(-1234.56789,nlmnieur32.2);
y=put(-1234.56789,nlmnleur32.2);
Statements |
Results |
|
----+----1----+----2----+ |
put x=;
put y=;
|
-EUR1.234,57
-
1.234,57 |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.