You can use the ODS SELECT and EXCLUDE statements to choose the tables that you want to appear in your HTML file. Use the ODS TRACE ON statement to find out what tables your program creates, then use ODS EXCLUDE to exclude the tables you don't want to see. Here's the doc for ODS EXCLUDE: http://support.sas.com/documentation/cdl/en/odsug/59523/HTML/default/a002233281.htm.
... View more