SASUnit Examples  Version 1.3.0
_opendummyhtmlpage.sas
Go to the documentation of this file.
1 
30 %macro _opendummyhtmlpage;
31  ods html4 file="%sysfunc(pathname(work))/dummyhtml.html" style=styles.SASUnit stylesheet=(URL="SAS_SASUnit.css");
32 %mend;