Specify the ACTIVEX driver and HTML output. To conserve system resources, ODS LISTING CLOSE closes the Listing destination for procedure output. In the program's ODS HTML statement, the BODY= option names the file for storing HTML output.


goptions reset=all border;
ods listing close;
ods html body="hazmat_sites.html";