-
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;
-
Add the title Fees Paid by Activity Level. Specify red text
and the SWISS font.
-
Add the footnote May Admissions in blue text.
-
Label
ActLevel as Activity Level.
-
Format values of
Fee using the DOLLAR10.2 format.
-
Submit the program and view the output.
-
Submit null TITLE and FOOTNOTE statements to prepare for the next practice.
Return here and select Next.
|
|
Copyright © 2002 SAS Institute Inc.,
Cary, NC, USA.
All rights reserved.
Terms of Use & Legal Information
| Privacy Statement