NLMNIINRw.d Format
Writes the monetary format of the international
expression for India.
Category: |
Numeric |
Alignment: |
left |
Syntax
Syntax Description
- 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.
Example
In the
following example, the LOCALE= system option is set to English_UnitedStates.
x=put(-1234.56789,nlmniinr32.2);
y=put(-1234.56789,dollar32.2);