Previous Page | Next Page

Additional NLS Language Elements

EURTONLGw.d Format



Converts an amount from euros to Dutch guilders.
Category: Currency Conversion
Alignment: right

Syntax
Syntax Description
Details
Examples
See Also

Syntax

EURTONLGw.d


Syntax Description

w

specifies the width of the output field.

Default: 6
d

specifies the number of digits to the right of the decimal point in the numeric value.


Details

The EURTONLGw.d format converts an amount in euros to an amount in Dutch guilders. The conversion rate is a fixed rate that is incorporated into the EURTONLGw.d format and the EUROCURR function. For more information about European currency conversion and currency conversion rate tables, see Overview to European Currency Conversion.


Examples

The following table shows input values in euros, SAS statements, and the conversion results in Dutch guilders.

Amounts Statements Results
 
 
----+----1----2
1
put amount eurtonlg6.;

put amount eurtonlg12.2;
     2

        2.20
1234.56
put amount eurtonlg6.;

put amount eurtonlg12.2; 
  2721

     2720.61
12345
put amount eurtonlg6.;

put amount eurtonlg12.2;
 27205

    27204.80


See Also

Formats:

EURFRNLGw.d Format

Functions:

EUROCURR Function

Previous Page | Next Page | Top of Page