Create the HTML output and specify the name of the HTML file. The ODS HTML statement opens the HTML destination and creates HTML
output. The STYLE= option specifies template White for the output style.
ods html file='MyCrosstabsTable.html' style=white;