Date: Tue, 18 Oct 2005 16:46:55 -0700
Reply-To: Michael <michaelnx@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Michael <michaelnx@GMAIL.COM>
Organization: http://groups.google.com
Subject: How to create a CVS file
Content-Type: text/plain; charset="iso-8859-1"
Hi,
I have a dataset test. How to export dataset to CVS file?
data test;
do i=1 to 10;
do j=1 to 10;
output;
end;
end;
run;
Shall I use infile or proc export? Thanks for your help!
Best Regards,
Michael
|