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 (October 2005, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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


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