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 (September 2006, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 20 Sep 2006 16:38:16 -0400
Reply-To:     "Howard Schreier <hs AT dc-sug DOT org>" <nospam@HOWLES.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Howard Schreier <hs AT dc-sug DOT org>" <nospam@HOWLES.COM>
Subject:      Re: Importing a raw data file with 355 columns
Content-Type: text/plain; charset=ISO-8859-1

254 characters, or 254 fields?

If the former: 256 is the default record length, but not the maximum.

So the INFILE statement needs to include

lrecl=355

I don't know how to address this in EG.

On Wed, 20 Sep 2006 10:16:27 -0300, =?ISO-8859-1?Q?Jos=E9_Angel_Alvarez?= <jalvares@GMAIL.COM> wrote:

>I tried to import the file using Enterprise Guide but found that I could >only import 254 columns. Is this a hard limit in EG? >Would someone advice me about efficient ways to import the file to a SAS >format (sas7bdat)? The file has 355 columns and approx. 360.000 rows. It is >tab delimited. >Thank you all. > >-- >José Angel Alvarez


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