Stop the creation of HTML and PDF output. The ODS HTMLCLOSE statement closes the HTML destination and all the files that are associated with it. The ODS PDf CLOSE statement closes the PDF destination and all the files that are associated with it. You must close the destinations before you can view the output.


ods html close;
ods pdf close;