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 (July 2007, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sun, 8 Jul 2007 22:19:19 -0700
Reply-To:   RolandRB <rolandberry@HOTMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   RolandRB <rolandberry@HOTMAIL.COM>
Organization:   http://groups.google.com
Subject:   Re: Importing CSV file format into Sas
Comments:   To: sas-l@uga.edu
In-Reply-To:   <BAY123-F27618DA03331FA67FD2328DE060@phx.gbl>
Content-Type:   text/plain; charset="us-ascii"

On 9 Jul, 06:33, tobyd...@HOTMAIL.COM (toby dunn) wrote: > You should have paid closer attention to the responses about 'The Little SAS > Book'. > > I only did a few vars since I am lazy but you get the hint > > Data Need ; > Infile Cards Dlm = ',' ; > Input Var1 $ @ ;

What happens if there is a comma in the middle of some quoted text? Will SAS split the field? Is there a better way of reading it in or "importing" it programmatically? I have to look at this today bur can only spend 5 minutes on it.


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