SAS OnlineTutorback||next

Try It! Using a PROC PRINT step, verify the data read in the last Practice.

Note: You need to complete this practice in order to do the next practice in this lesson.

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). This program lists the data set created during the previous practice.
    proc print data=clinic.stress;
    run;
  2. Submit the PROC PRINT step to verify the data read from the raw data file Tests.

  3. View the output.

    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