The u10b9 user exit converts American currency punctuation ($1,000.00) to international punctuation (#1.000,00)
intl.format = oconv(american.format, ’u10b9{; char}’)
The $ is converted to char. If char is not specified, then a blank is assumed.
, (commas) are converted to . (periods).
. (decimal points) are converted to , (commas).