Date: Mon, 19 Dec 2011 06:18:40 -0500
Reply-To: Quentin McMullen <qmcmullen.sas@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Quentin McMullen <qmcmullen.sas@GMAIL.COM>
Subject: Re: how to solve this senario?
In-Reply-To: <201112191025.pBICSmFO000499@wasabi.cc.uga.edu>
Content-Type: text/plain; charset=us-ascii
Hi,
The short answer is remove the %superq ,ie;
> %let value=data level 1.2(a);
> %put &value
Assuming that is not sufficient, the long answer is a question: what are you trying to do?
--Q.
On Dec 19, 2011, at 5:25 AM, NWAY <hymadsk@GMAIL.COM> wrote:
> Hi All,
>
> Iam using Following Macro function
>
> %let value= %superq(data level 1.2(a));
> %put &value;
>
> Iam getting following error in the log
>
> %let value= %superq(data level 1.2(a));
> ERROR: Invalid symbolic variable name DATA 1.2(A.
> %put &value;
> )
>
>
> Could you please help me on this,
>
>
> Thanks,
> NWAY
|