SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Producing HTML Output
Creating a Linked Table of Contents
 



Question: Add a option to specify the URL fees.html for the body file. Be sure to specify the URL exactly as shown and end the ODS HTML statement with a semicolon.
     ods listing close;
     ods html body='d:\reports\patient\data\fees.html'
             
     proc print data=clinic.therapy;
     run; 
     ods html close;
     ods listing;

           

 

back||next


 

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

Terms of Use & Legal Information | Privacy Statement