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 2005, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 21 Jan 2005 10:46:31 GMT
Reply-To:     Rob <gofyself@NTLWORLD.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Rob <gofyself@NTLWORLD.COM>
Organization: NTL
Subject:      Redirecting output

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


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