SAS OnlineTutorback||next

Try It! Select observations from Clinic.Stress2 based on a condition.

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).
    proc print data=clinic.stress2;
       var tolerance timemin timesec;
    run;
    

  2. Insert a statement to select observations where the value of TimeMin (treadmill time in minutes) is greater than 13.

  3. Submit the program and view the output. The report should list nine observations.

    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