The DOLLARX
w.
d format
writes numeric values with a leading dollar sign, with a period that
separates every three digits, and with a comma that separates the
decimal fraction.
The hexadecimal representation
of the code for the dollar sign character ($) is 5B on EBCDIC systems
and 24 on ASCII systems. The monetary character that these codes represent
might be different in other countries, but DOLLARX
w.
d always
produces one of these codes. If you need another monetary character,
define your own format with the FORMAT procedure. See
For details,
see FORMAT Procedure in Base SAS Procedures Guide.