Stop the creation of the HTML output and create the listing output. The ODS HTML statement closes the HTML destination and all the files that are associated with it. Close the destination so that you can view the output with a browser. The ODS LISTING statement opens the LISTING destination to return ODS to its default setup.


ods html close;
ods listing;