From: slightmoon on
I know Proc Import has datarow=n option. But I need to just read in
column1 to column17 as my variable in a TXT file. Is there a way to do
it in Proc Import?

Thank you for any input. Good day!
From: Arthur Tabachneck on
A simple data step can. Take a look at:
http://www.masil.org/sas/import.html

although a Google search will provide numerous other examples.

Art
---------
On Wed, 20 Jan 2010 15:51:10 -0800, slightmoon <lvhome2009(a)GMAIL.COM>
wrote:

>I know Proc Import has datarow=n option. But I need to just read in
>column1 to column17 as my variable in a TXT file. Is there a way to do
>it in Proc Import?
>
>Thank you for any input. Good day!