SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Creating List Reports
Assigning Descriptive Labels


Question: Complete the PROC PRINT statement below to display the label that is specified in the LABEL statement.

     proc print data=clinic.stress ;
        var name tolerance maxhr;
        label maxhr='Maximum Heart Rate';
     run;

           
 

back||next


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

Terms of Use & Legal Information | Privacy Statement