Date: Mon, 26 Jan 2009 15:11:08 -0600
Reply-To: Yu Zhang <zhangyu05@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Yu Zhang <zhangyu05@GMAIL.COM>
Subject: Re: How to trun off the RESULT window in SAS 9.2
In-Reply-To: <67f588aa0901261307j33ba1128scef355525db0e260@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Akshaya,
Thanks! If i remember correctly, with ODS noresults, we should be able to
disable the result window without changing anything. Corret me if i am
wrong.
Thanks!
Yu
On Mon, Jan 26, 2009 at 3:07 PM, Akshaya Nathilvar <
akshaya.nathilvar@gmail.com> wrote:
>
> Go to Tools => Options => Preferences. On the Results tab, uncheck the
> option, "View results as they are generated".
> AkshayA!
>
> On Mon, Jan 26, 2009 at 3:45 PM, Yu Zhang <zhangyu05@gmail.com> wrote:
>
>> Hi, All,
>>
>> we have a production code written in SAS9.1 and with ODS NORESULTS
>> statement
>> we are able to turn off the RESULT window, which is a pop-up ask you if
>> what
>> you are going to do with the created file.
>>
>> However, when code runs on SAS9.2, the options seems to no effect any
>> more.
>> we are seeing the window regardless the settings.
>>
>> Does anyone know how to fix?
>>
>> ODS RTF file='c:\test.rtf';
>>
>> ods noresults;
>>
>> proc print data=sashelp.class ;
>> run;
>>
>> ods RTF close;
>>
>> Thanks!
>>
>> Yu
>>
>
>
|