SASUnit Examples  Version 1.5.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="css/SAS_SASUnit.css")
32  encoding="&g_rep_encoding.";
33 %mend;