SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Enhancing Reports
Specifying Footnotes


Question: Write a statement to specify the text Through May 22 on the second footnote line of the report created by the PROC PRINT step below.
     title1 'May Admissions';
     
     proc print data=clinic.admit;
        var name id fee actlevel;
     run;

           

  back||next

 

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

Terms of Use & Legal Information | Privacy Statement