LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2012, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 24 Feb 2012 10:45:24 -0600
Reply-To:   Joe Matise <snoopy369@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Joe Matise <snoopy369@GMAIL.COM>
Subject:   9.3 equivalent to clear HTML output
Content-Type:   text/plain; charset=ISO-8859-1

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


Back to: Top of message | Previous page | Main SAS-L page