| Date: | Wed, 31 Mar 2010 02:42:06 -0700 |
| Reply-To: | Oleg <olopatkin@MAIL.RU> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Oleg <olopatkin@MAIL.RU> |
| Organization: | http://groups.google.com |
| Subject: | Re: how to handle lost card |
|
| Content-Type: | text/plain; charset=ISO-8859-1 |
|---|
Hi,
try ignoredoseof option:
infile 'd:\work\unpr.txt' ignoredoseof;
Regards,
Oleg.
|