-
Copy the program below and paste it into the Program Editor window (or issue the command
copy sashelp.oltutor..source ).
proc gchart data=clinic.stress2;
pie tolerance / fill=s;
vbar tolerance / sumvar=resthr
type=mean;
run;
quit;
-
Add an option to specify Clinic.Mygraphs as the output catalog
for your graphs.
-
Submit the program and view the pie chart. Notice the title of the GRAPH
window.
-
In the GRAPH window, scroll forward to view the vertical bar chart. Notice
the title of the GRAPH window.
-
Using the Results window, redisplay the pie chart.
-
Open the Clinic.Mygraphs catalog and display the
Gchart1 entry.
Return here and select Next.
|