How to restore the default html output destination in SAS? -
this must simple, can't find it:
how restore default output destination in sas 9.3?
unlike 9.2, html.
in other words, commands voids statement.
ods html close;
you can turn html on with
ods html;
but there other options need...like filename
ods html file="my file.htm";
Comments
Post a Comment