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
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) ?