Produce HTML output and specify the file to store the output in. The ODS HTML statement opens the HTML destination and creates a file that contains HTML output. The FILE= argument specifies the external file that contains the HTML output.


ods html file='your_file.html';