The u20b9 user exit converts international currency punctuation (#1.000,00) to American punctuation ($1,000.00).
american.format = oconv(intl.format, ’u20b9’) american.format = oconv(intl.format, ’u20b9; char’)
char is converted to a $.
. (periods) are converted to , (commas).
, (commas) are converted to . (decimal points).