|
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
|