Create HTML output. The ODS HTML statement
opens the HTML destination and creates HTML output. BODY= sends all output
objects to the external file that you specify. Some browsers require an extension
of HTM or HTML on the filename.
ods html body='your_file.html';