ODS HTML Statements for Running Examples in Different Operating Environments |
/* Specify the files to create for the HTML output. */
/* The PATH= option specifies the location for all */
/* the HTML files. The URL= suboption prevents */
/* information from PATH= from appearing in the */
/* links and references that ODS creates. The URLs */
/* will be the same as the file specifications. */
ods html body='odsexample-body.htm'
contents='odsexample-contents.htm'
page='odsexample-page.htm'
frame='odsexample-frame.htm'
path='~'(url=none);
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.