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 (August 2011, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 3 Aug 2011 10:40:43 -0500
Reply-To:     "Data _null_;" <iebupdte@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Data _null_;" <iebupdte@GMAIL.COM>
Subject:      OUTPUT to LOG window.
Content-Type: text/plain; charset=ISO-8859-1

I want the output from CONTENTS statement to go to LOG window. Is that possible?

proc datasets library=sashelp memtype=data nofs; run; contents data=class; run; quit;


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