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 (January 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 26 Jan 2009 15:37:59 -0600
Reply-To:     "./ ADD NAME=Data _null_;" <iebupdte@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "./ ADD NAME=Data _null_;" <iebupdte@GMAIL.COM>
Subject:      Re: How to trun off the RESULT window in SAS 9.2
Comments: To: Yu Zhang <zhangyu05@gmail.com>
In-Reply-To:  <445d9dbe0901261329r15838fd4w21a2be555728d6d9@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

What about upgrading to 9.2 TS2M0, sounds like you must have 9.2 TS1M0.

On 1/26/09, Yu Zhang <zhangyu05@gmail.com> wrote: > 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 > >>>> > >>> > >>> > >> > > >


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