SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Enhancing Reports
Assigning Descriptive Labels
 


Question: Write a statement to label the variable MaxHR with the descriptive text Maximum Heart Rate.
     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