Create HTML output and specify the file to store the output in. The ODS HTML statement opens the HTML destination. The FILE= option specifies the external file that you want to contain the HTML output.


ods html file='your_file.html';