From: nina on 30 Mar 2010 23:46 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) ?
From: Oleg on 31 Mar 2010 05:42 Hi, try ignoredoseof option: infile 'd:\work\unpr.txt' ignoredoseof; Regards, Oleg.
|
Pages: 1 Prev: Static variables within macro routines - sort of Next: Data structure |