This ODS HTML statement closes the HTML destination and all the files that are associated with it. The ODS listing statement opens the Listing destination to leave the system in its default state.
ods html close;
ods listing;