SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Performing Queries Using SQL
Specifying the Table


Question: Write a clause that specifies the table Clinic.Admit as the table to be queried.
proc sql;
   select actlevel,sex,age, 
          height*2.54 as CentHgt,
          weight/2.2 as KgWgt
      

           

  back||next

 

Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.

Terms of Use & Legal Information | Privacy Statement