SASUnit Examples  Version 1.5.0
_closehtmlpage.sas
Go to the documentation of this file.
1 
30 %macro _closehtmlpage;
31  %_openDummyHtmlPage;
32 %mend;