|
Akshaya,
Thank you so much for the link. Now I can report it to my boss that there is
anything I can do about it except changing the setting. though he doesn't
like the solution.
Thank you again.
Yu
On Mon, Jan 26, 2009 at 3:18 PM, Akshaya Nathilvar <
akshaya.nathilvar@gmail.com> wrote:
>
> That's true, but this seems to be a bug in 9.2. From SAS Institute:
> http://support.sas.com/kb/31/789.html
>
> AkshayA!
>
>
> On Mon, Jan 26, 2009 at 4:11 PM, Yu Zhang <zhangyu05@gmail.com> wrote:
>
>> 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
>>>>
>>>
>>>
>>
>
|