|
Normally my F9 is set to
zoom off; clear log; clear output; submit
In 9.3 with ODS HTML as the default, this doesn't seem to work. The only
way I've found to clear the HTML output is
ods html close;
ods html;
but that doesn't seem to be workable as part of a KEYS statement. I can do
ODSRESULTS; CLEAR;
which helpfully clears the RESULTS window, but not the ODS HTML window
itself, which I'd rather do (I don't normally navigate by the Results
window).
The only way I'm guessing I'll be able to do this is to use ODS HTML CLOSE;
ODS HTML; in a macro or such, and then execute _that_ as part of a DM
statement. Unfortunately I couldn't figure out how to do that... any
thoughts?
Thanks,
Joe
|