Creating HTML output? Read this first.
copy sashelp.oltutor..source
ods listing close;ods html body='<my-location>myoutput.htm' (url='myoutput.htm') contents='<my-location>mytoc.htm' (url='mytoc.htm') frame='<my-location>myframe.htm'; proc print data=clinic.admit;run; proc print data=clinic.insure;run; ods html close; ods listing;
Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.