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 (July 2012, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 11 Jul 2012 10:14:24 -0400
Reply-To:     Jerry Davis <jwd@UGA.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Jerry Davis <jwd@UGA.EDU>
Subject:      Re: clear the Results window?
In-Reply-To:  <CAM+YpE9wVjHr-KHuNRz1rJV-6sHxn7d8F-HEjCwcQe9iVDa2ig@mail.gmail.com>
Content-Type: text/plain; charset="US-ASCII"

On 7/10/2012 4:43:49 PM Joe Matise wrote:

> For 9.3, I use a variant of what Mary sent over. My F11 key has this in > KEYS: > > odsresults; clear; gsubmit 'ods html close; ods html;' cancel > > That has its issues but seems to work well enough for me.

Yet another shortcut, is to create an abbreviation. I created one to reset html output and send the html files to a temporary subdirectory. Like:

ods html close; ods html path='c:\sas93\files\odstemp' (url=none) file='foo.html';

If you have never used abbreviations, they can be created by clicking on Tools --> Add Abbreviation, in the Display Manager.

Jerry -- Jerry Davis Experimental Statistics UGA, College of Agricultural and Environmental Sciences


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