-
Copy the program below and paste it into the Program Editor window (or issue the command
copy sashelp.oltutor..source ).
proc print data=clinic.admit;
var age height weight fee;
where age>30;
sum fee;
run;
-
Insert a statement to specify the title March Admissions
on the first title line.
-
Submit the program and view the output.
Return here and select Next.
|
|
Copyright © 2002 SAS Institute Inc.,
Cary, NC, USA.
All rights reserved.
Terms of Use & Legal Information
| Privacy Statement