SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Creating List Reports
Double Spacing Output


Question: Complete the PROC PRINT statement below to double space text in SAS listing output.

     proc print data=clinic.stress ;
        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