|
You'd think that proc printto print=log; might do it, but apparently not. The output certainly doesn't go to the Output window, but it doesn't appear in the Log window either. See http://tinyurl.com/9sxhw for more discussion.
You can send both Log and Print to the same output FILE:
rsubmit;
filename logout 'c:\temp\test.log';
proc printto print=logout
log=logout;
run;
proc print data=blah;
run;
-----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
__________________________________________________________________________________________________________________________________
This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations.
Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized.
If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately.
Ce courrier électronique est confidentiel et protégé. L'expéditeur ne renonce pas aux droits et obligations qui s'y rapportent.
Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) désigné(s) est interdite.
Si vous recevez ce courrier électronique par erreur, veuillez m'en aviser immédiatement, par retour de courrier électronique ou par un autre moyen.
|