Date: Fri, 21 Sep 2007 16:49:44 -0400
Reply-To: LQLIU <lingqun@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: LQLIU <lingqun@GMAIL.COM>
Subject: Re: How to have RTF files automatically save and not ask to open
in the display manager?
In-Reply-To: <000e01c7fc8e$5c73d880$c12fa8c0@HP82083701405>
Content-Type: text/plain; charset=ISO-8859-1
Goto TOOL->Perefrences->Results->uncheck "view results as they are generated"
Hope it helps.
Lingqun
On 9/21/07, Mary <mlhoward@avalon.net> wrote:
> Hi,
>
> I'm setting up some runs in which a SQL statement is inside a macro.
>
> %Macro rungene;
>
> {processing stuff }
>
> ods rtf file=&filename;
>
> proc sql;
>
> {print results}
>
> ods rtf close;
>
> run;
>
> %mend rungene;
>
> %Let filename= 'C:\work_activities\affymetrix_project\AAA_Study\gene_223results.rtf';
>
> %rungene;
>
> %Let filename= 'C:\work_activities\affymetrix_project\AAA_Study\gene_224results.rtf';
>
> %rungene;
>
>
>
> The problem is that it keeps opening the RTF file in the display manager and then the program stops. How do I get it to just proceed to save the rtf file and then continue on with the program without my intervention. I want to set up a bunch of runs over the weekend and have it just save the various results to different rtf files so that I can review them on Monday.
>
>
>
> Help anyone?
>
>
>
> -
>
> Mary Howard
>
> Research Assistant III
>
> Dept. of Ophthalmology
>
> Univ. of Iowa Hospitals and Clinics
>
|