Date: Fri, 21 Jan 2005 05:53:43 -0500
Reply-To: Jim Groeneveld <jim1stat@YAHOO.CO.UK>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jim Groeneveld <jim1stat@YAHOO.CO.UK>
Subject: Re: Redirecting output
Hi Rob,
Do a PROC FREQ DATA=..... NOPRINT;
Regards - Jim.
--
Y. (Jim) Groeneveld, MSc., Biostatistician, Vitatron b.v., NL
Jim.Groeneveld_AT_Vitatron.com (replace _AT_ by AT sign)
http://www.vitatron.com, http://home.hccnet.nl/jim.groeneveld
[common disclaimer]
On Fri, 21 Jan 2005 10:46:31 GMT, Rob <gofyself@NTLWORLD.COM> wrote:
>Hi
>
>I'm doing a two dimensional frequency table with proc freq. I've set the
>options such that I'm only getting the data I require and I have the line
>
>out=work.f1
>
>to redirect the output into a table I'll use later. Trouble is this table
>is massive and the output is still going to the output window hence I keep
>getting "Do you want to file, cancel, save, print etc.". How do I
suppress
>this and just get the output in the table f1?
>
>Cheers
>Rob
|