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 (February 2004, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 2 Feb 2004 14:40:07 -0500
Reply-To:     "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Subject:      Printing to the Log window ?

Is there a way to print to the log window ?

I tried

ods listing; proc printto print=log; run; proc print data=sashelp.class; run; proc printto print=print; run;

It runs, but I don't know where the proc print output went.

-- Richard A. DeVenezia


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