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 (March 1998, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 12 Mar 1998 23:37:21 -0500
Reply-To:   bsd01@sprynet.com
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Aaron Dukes <bsd01@SPRYNET.COM>
Organization:   Breakthru Systems Development, Inc.
Subject:   Re: mainframe SAS to Excel?
Content-Type:   text/plain; charset=us-ascii

Guys, your csv approach neglects the possibility that the cells themselves may contain commas, which would really mess up your vertical column integrity.

A safer approach would be to modify FORMCHAR to make all the vertical separators equal to the hexadecimal character combination which when downloaded from EBCDIC to ASCII will be converted into the ASCII tab character '09'x. (or use that character as a delimiter between vars in your put statement, if you don't like TABULATE).

Then just have EXCEL read it as a tab-delimited text file.

Aaron.

--

/===========================================\ | Aaron L. Dukes | Consultant Statistician and SAS Developer | | Breakthru Systems Development, Inc. | | bsd01@sprynet.com \===========================================/


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