Previous Page | Next Page

Formats for NLS

NLMNIEURw.d Format



Writes the monetary format of the international expression for Belgium, Finland, France, Germany, Greece, Ireland, Italy, Luxembourg, Malta, the Netherlands, Portugal, Slovakia, Slovenia, and Spain.
Category: Numeric
Alignment: left

Syntax
Syntax Description
Examples
See Also

Syntax

NLMNIEURw.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 Locale=German_Germany.

x=put(-1234.56789,nlmnieur32.2);
y=put(-1234.56789,nlmnleur32.2);

Statements Results

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

put y=;
-EUR1.234,57 

- [untitled graphic]1.234,57


See Also

Formats:

NLMNLEURw.d Format

Previous Page | Next Page | Top of Page