SAS OnlineTutorback||next

Try It! Add a footnote to your report using Clinic.Admit.

Creating HTML output? Read this first.

  1. Copy the program below and paste it into the Program Editor window (or issue the command copy sashelp.oltutor..source).
    title1 'March Admissions';
    proc print data=clinic.admit;
       var age height weight fee;
       where age>30;
       sum fee;
    run;
    

  2. Insert a statement to specify the footnote For Patients Over 30 on the first footnote line.

  3. Submit the program and view the output.

    Return here and select Next.

Solution

back||next


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

Terms of Use & Legal Information | Privacy Statement