SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Enhancing Reports
Specifying Titles


Question: Write a statement to specify the text Wellness Clinic Insurance on the third title line of the output from the PRINT step below.
          
proc print data=clinic.insure;
var id name company policy; where id between 1250 and 7590;
run;

           

  back||next

 

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

Terms of Use & Legal Information | Privacy Statement