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 1997, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 8 Oct 1997 13:29:51 -0500
Reply-To:     Tjen-Sien Lim <limt@MARS.STAT.WISC.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Tjen-Sien Lim <limt@MARS.STAT.WISC.EDU>
Organization: CS Department, University of Wisconsin
Subject:      Q: creating a comma delimited ASCII file

Is there any option in the FILE or PUT statements to create a comma delimited ASCII file? I'm thinking of something like this

data _null_; set test; file 'test.dat' delimiter=','; put x1 x2 y;

Thanks. Please also email your respond to me directly.

-- Tjen-Sien Lim (608) 262-8181 Ph.D. student limt@stat.wisc.edu Dept. of Statistics http://www.stat.wisc.edu/~limt/limt.html Univ. of Wisconsin-Madison 1210 West Dayton Street Madison, WI 53706-1685


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