SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Creating List Reports
Assigning Descriptive Labels


Question: Write a statement to label the variable Tolerance with the descriptive text Stress Tolerance Level.

     proc print data=clinic.stress label;
        var name tolerance maxhr;
        
     run;

           
back||next


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

Terms of Use & Legal Information | Privacy Statement