Previous Page | Next Page

ODS HTML Statements for Running Examples in Different Operating Environments

Using a z/OS UNIX System Services HFS Directory for HTML Output

/* 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); 

Previous Page | Next Page | Top of Page