Use the Dollar format with a decimal indicator of 0 such as
Format x dollar15.0 ;
or the statistic in tabulate
Amount * sum*f=dollar15.0
The Dollar format will also place commas in the value so may need to wider than you think.
If you do not want the commas then use proc format to create a custom format with the currency symbol of choice as a PREFIX= option on a Picture statement.