Date: Fri, 24 Oct 1997 13:03:52 -0400
Reply-To: Hanya Krill <akrill@SHIVA.HUNTER.CUNY.EDU>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: Hanya Krill <akrill@SHIVA.HUNTER.CUNY.EDU>
Subject: ascii output on PC sas?
Content-Type: TEXT/PLAIN; charset=US-ASCII
GReetings -
Trying to produce an ascii data set that can be read into
any spreadsheet program.
My code:
libname prn 'c:\sloan\saswork\';
data mydata;
infile ....;
input....;
data prn.ascii;
set mydata;
What the above does is write a SAS data set called 'ascii.sd2'.
What I hoped would be produced is a text file called 'ascii.prn'.
Anyone out there willing to lend a hand, please contact:
Anne Krill
akrill@shiva.hunter.cuny.edu
Many thanks in advance!