SAS OnlineTutorback||next
Try It! Create a variable and select observations with Clinic.Stress2.

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.testtime;
       set clinic.stress2;
    run;
    

  2. Modify the DATA step to create the variable TreadmillTime by multiplying TimeMin by 60 and adding the value of TimeSec. Read only observations where MaxHR is less than 155 or where RestHR is less than 71.
     
  3. Submit the DATA step and correct any errors, then print the data set.

    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