LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (December 2011, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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?
Comments:   To: NWAY <hymadsk@gmail.com>
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


Back to: Top of message | Previous page | Main SAS-L page