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 2004, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 29 Mar 2004 06:41:09 -0800
Reply-To:   Justin <jworks79@YAHOO.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Justin <jworks79@YAHOO.COM>
Organization:   http://groups.google.com
Subject:   Input 80-column data with variables continued on next line
Content-Type:   text/plain; charset=ISO-8859-1

This must be a standard issue, but I can not find the solution anywhere. I have 80-column data that is delimited, but each record may take up numerous ASCII file lines. To signal that the record continues there is a continuation character in column 80. My solution was to count the number of delimiters in a record and then use the flowover option. The problem is that a variable can be split onto multiple lines of the ASCII text file. How can I make SAS ignore the end of line and keep reading data into a single variable until it hits the next delimiter? Currently it seems that SAS treats the file as delimited both by my delimiting character and by the CR at the end of each text line.

TIA, Justin


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