Date: Wed, 28 Dec 2011 08:26:08 -0800
Reply-To: Sterling Paramore <gnilrets@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Sterling Paramore <gnilrets@GMAIL.COM>
Subject: Re: Clear Results in EG Programmatically
In-Reply-To: <COL105-W562259B1E23C1A80DDCE8FE3AC0@phx.gbl>
Content-Type: text/plain; charset=ISO-8859-1
Instead of "noprint", it's "nolist":
proc datasets nolist;
<blah>;
run;
Go figure....
-Sterling
On Wed, Dec 28, 2011 at 8:21 AM, b miner <b_miner@live.com> wrote:
> I am using Enterprise Guide 4.3 in a unix environment. Is there a way to programmatically clear the "results" tab? The issue is a macro that produces data in that result tab in addition to the last step which produces the data I am interested in. The issue is that the macro uses proc datasets to generate data using ODS. There is no "noprint" option for proc datasets so I would like to clear the results tab after it runs.
|