SAS OnlineTutorback||next

Try It! Select variables 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;
    run; 
    
  2. Add a statement to specify that only the variables ID, Age, Height, and Weight be displayed, in that order.

  3. Submit the program and view the report. Now how many variables appear in the report?

    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