|
Submit the sample program and view the
results. |
-
Copy the program below and paste it into the Program Editor window (or issue the command
copy sashelp.oltutor..source ).
data clinic.admit2;
set clinic.admit;
run;
proc print data=clinic.admit2;
run;
Submit the program and view the PROC PRINT output.
-
View messages about the DATA and PROC PRINT steps in the Log window. Did
both steps run successfully?
Return here and select Next.
|
|
Copyright © 2002 SAS Institute Inc.,
Cary, NC, USA.
All rights reserved.
Terms of Use & Legal Information
| Privacy Statement