SASUnit Examples
Version 1.5.0
|
This macro is part of the HTML speedup solution and "closes" an open HTML page. More...
Go to the source code of this file.
This macro is part of the HTML speedup solution and "closes" an open HTML page.
With SAS 9.2 came the possibility to use HTML4 which supports the new inline formatting
syntax ^{style [<style-statements>]Text}. It is now a tagset and no more a programmed destination
like HTML3. Opening the destination takes up to several seconds.
Key concept of speeding up the creation of HTML4 pages is to keep the destination open. You can easily
switch documents by specifying ODS HTML file="...". Both html pages the old one that is not explicity closed.
and the new one that will be opened, comply fully to HTML standard.
_OpenDummyHtml.sas open a dummy HTML page that will be left open through the runtime of reportSASUnit.sas. _CloseHtmlPage.sas redirects the destination to the dummy html page.
Definition in file _opendummyhtmlpage.sas.