LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (November 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 5 Nov 2008 06:54:29 -0800
Reply-To:     david_izrael@ABTASSOC.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         david_izrael@ABTASSOC.COM
Organization: http://groups.google.com
Subject:      reading flat file with varying length
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

I am trying this as usual

data notes; length all $500 ; infile in length=lenvar; input @1 all $varying. lenvar; run;

but, to my surprise, the max length it reads is 256 while my records are longer.

What could it be?

Thanks David


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