|
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
|