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 (September 2004, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 23 Sep 2004 04:43:10 -0700
Reply-To:     Daniel Reyes <junkdalejreyes@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Daniel Reyes <junkdalejreyes@YAHOO.COM>
Subject:      Proc Freq output as TXT file
Content-Type: text/plain; charset=us-ascii

I have a dataset in which I want to produce output in the output window, but would also like to have it exported as a TXT file (so that it can open in Notepad).

I thought this would do it, but it actually exports the file I am working with:

proc freq data = testa; tables _FREQ_/out = "C:\workspace\testa_"; run;

What I normally do is run the PROC FREQ and interactively "save as" the output results into the "C:\workspace\" folder from the File Menu. Isn't there an automated way of doing this?

Thanks Dan

Feel free do email directly....

_______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com


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