Date: Mon, 27 Jul 2009 04:28:24 -0700
Reply-To: RAMS <ramsathish@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: RAMS <ramsathish@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: How to get a variable name with blank space through proc
import
Content-Type: text/plain; charset=ISO-8859-1
Hi Shiva,
I tried the following syntax, but SAS shows the error
message says is not a valid SAS name. My code is,
filename abc "C:\Documents and Settings\Desktop\Book1.xls";
data new;
input a b 'pr value'n;
infile abc;
run;
Please help me out.
Thanks & Regards,
Ramsathish S
|