SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Enhancing Reports
Formatting Data Values


Question: Write a statement in the PROC PRINT step below to display values of the variable Fee in nine print positions using dollar signs, commas, and two decimal places.

     proc print data=clinic.admit;
        var age height weight fee;
        
        where age>30;
     run;

           

  back||next

Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.

Terms of Use & Legal Information | Privacy Statement