Close all open destinations and remove the titles and footnotes. The ODS _ALL_ CLOSE statement closes all open ODS destinations. The
TITLE and FOOTNOTE statements remove any titles and footnotes previously specified.
ods _all_ close;
title;
footnote;