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 2005, 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 Sep 2005 11:59:15 -0400
Reply-To:   Randy Herbison <RandyHerbison@WESTAT.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Randy Herbison <RandyHerbison@WESTAT.COM>
Subject:   Re: How to send output in list window to log window?
Comments:   To: Wensui Liu <liuwensui@gmail.com>
Content-Type:   text/plain; charset="us-ascii"

filename lst temp; proc print data=sashelp.class; run; dm "output; file lst"; data _null_; infile lst; input; put _infile_; run; filename lst clear;

-----Original Message----- From: owner-sas-l@listserv.uga.edu [mailto:owner-sas-l@listserv.uga.edu] On Behalf Of Wensui Liu Sent: Monday, September 26, 2005 11:14 AM To: SAS-L@listserv.uga.edu Subject: How to send output in list window to log window?

Dear Listers,

Is there any way to send the output, say proc freq, in list window to log window?

Thanks.

-- WenSui Liu (http://statcompute.blogspot.com) Senior Decision Support Analyst Cincinnati Children Hospital Medical Center


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