| Date: | Fri, 9 Jan 2009 07:52:19 -0600 |
| Reply-To: | "./ ADD NAME=Data _null_," <iebupdte@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "./ ADD NAME=Data _null_," <iebupdte@GMAIL.COM> |
| Subject: | Re: CSV files |
|
| In-Reply-To: | <6aa258df0901090419n428895dq2673c45be5932949@mail.gmail.com> |
| Content-Type: | text/plain; charset=ISO-8859-1 |
If you have UNIX the command is tail. You should be able to find a
windows version to download. You can then execute via INFILE PIPE for
each file that you want to include in the report.
On 1/9/09, yom <yomsas@gmail.com> wrote:
> Dear all,
>
> Do you know if it is possible to get the number of lines of a csv file (or
> text file) without creating the whole sas table.
> I would like to create a sas table with only one observation whose values
> are those of the last line of this csv file. Do you know a quick method ?
>
> Thank you very much in advance.
> yom
>
|