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
|