| Date: | Mon, 5 Nov 2007 19:55:53 -0800 |
| Reply-To: | rmat <regivm@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | rmat <regivm@GMAIL.COM> |
| Organization: | http://groups.google.com |
| Subject: | Re: filename statement in Proc Import |
|
| In-Reply-To: | <000d01c81dd5$f15be470$d413ad50$@net.nz> |
| Content-Type: | text/plain; charset="us-ascii" |
|---|
Hi Robin,
I just tried adding LRECL=1000 and the issue was solved. Thanks very
much for clearing the confusion.
Thanks, Regi
On Nov 3, 9:56 am, templ...@CLEAR.NET.NZ (Robin Templer) wrote:
> The missing values seem to be towards the end of your records ??
>
> Try adding a LRECL=500 (or some other large number up to 32K ) to the end of
> your filename statement .
> filename lista '/ahome/mstrv/itdvlp/pid_aggr.csv' LRECL=500 ;
>
> Cheers
> Robin
|