The DOLLAR
w.
d format
writes numeric values with a leading dollar sign, a comma that separates
every three digits, and a period 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 DOLLAR
w.
d always
produces one of these codes. If you need another monetary character,
define your own format with the FORMAT procedure.
For more details, see FORMAT Procedure in Base SAS Procedures Guide.