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 2010, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 31 Mar 2010 06:46:04 +0300
Reply-To:     nina <sas@MAILINATOR.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         nina <sas@MAILINATOR.COM>
Organization: A noiseless patient Spider
Subject:      how to handle lost card
Comments: To: sas-l@uga.edu
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
              reply-type=original

a very large input file can contain at unpredictable locations '1A'x (hex 1A)

any input that just happens to collide on a line which contains this causes termination of the data step and lost card

what's the best way to handle this?

do a scan of the entire line buffer and clean out the offending character?

ie . something like compress(_infile_,'1A'x) ?


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