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 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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!


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