Create HTML output and specify the location for storing the HTML output. Specify the style to use for the output. The ODS HTML statement opens the HTML destination and creates HTML output. It sends all output objects to the external file NewStyle-Body in the current directory. The STYLE= option tells ODS to use NewStyle as the style when it formats the output.


ods html body="newstyle-body.htm"
         style=newstyle;