SAS OnlineTutorback||next

Try It! Enhance SAS/GRAPH output 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).
    proc gchart data=clinic.admit;
       hbar actlevel / sumvar=fee
       patternid=midpoint;
    run;
    quit;
    

  2. Add the title Fees Paid by Activity Level. Specify red text and the SWISS font.

  3. Add the footnote May Admissions in blue text.

  4. Label ActLevel as Activity Level.

  5. Format values of Fee using the DOLLAR10.2 format.

  6. Submit the program and view the output.

  7. Submit null TITLE and FOOTNOTE statements to prepare for the next practice.

    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