SAS OnlineTutorback||next

Try It! Select observations for a report of Clinic.Diabetes.

Creating HTML output? Read this first.

  1. Copy and paste the following program into the Program Editor window:
    proc report data=clinic.diabetes nowd;
       column id age height weight;
    run; 
    
  2. Add a statement to select only observations in which the value of Age is greater than 40.

  3. Submit the program and view the report. How many rows does the report display?

    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