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