Print the SAMPLE data set. The FORMAT statement associates the NOZEROS. format with the Amount variable.
proc print data=sample; format amount nozeros.;