SAS OnlineTutorback||next

Try It! Submit the sample program and view the results.

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).
    data clinic.admit2;
       set clinic.admit;
    run;
    proc print data=clinic.admit2;
    run;
    

    Submit the program and view the PROC PRINT output.

  2. View messages about the DATA and PROC PRINT steps in the Log window. Did both steps run successfully?

    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