SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Creating List Reports
Selecting Observations


Question: Write a statement to select observations where the value for the variable BalanceDue is greater than 0.
    proc print data=clinic.insure;
       var id name company policy balancedue;
run;

           
 

back||next


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

Terms of Use & Legal Information | Privacy Statement