Previous Page | Next Page

Informats for NLS

NLMNIAEDw.d Informat



Reads the monetary format of the international expression for the United Arab Emirates.
Category: Numeric
Alignment: left

Syntax
Syntax Description
Examples
See Also

Syntax

NLMNIAEDw.d


Syntax Description

w

specifies the width of the output field.

Default: 9
Range: 1-32
d

specifies to divide the number by 10d. If the data contains decimal points, the d value is ignored.

Default: 0
Range: 0-31

Examples

In the following example, the LOCALE= system option is set to English_UnitedStates.

x=input('($12,345.67)',nlmniaed32.2);
y=input('($12,345.67)'dollar32.2);

Statements Results

----+----1----+
put x=;

put y=;
-12345.67

-12345.67


See Also

Informat:

NLMNLAEDw.d Informat

Previous Page | Next Page | Top of Page