LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (July 2006, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 5 Jul 2006 11:00:45 -0700
Reply-To:   machelle <machellewilchesky@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   machelle <machellewilchesky@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   Macro debug help :(
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset="iso-8859-1"

Hi all I'm need to apply a macro to a dataset I am using, and I'm struggling to debug it. The following appears in my SAS log:

NOTE 137-205: Line generated by the invoked macro "GEE".

131 I = (1:k)`; C1 = { I NI TRQWCLS COOKDCLS GCLS &XVAR }; xvar = dfbetcls; clout2 = i||ni||trqwcls||cookdcls||gcls||xvar;

131 ! create &CLSOUT from clout2 [rowname = id colname = c1] ; setout &CLSOUT; append from clout2 [rowname = id colname

-------

22 ERROR 22-322: Syntax error, expecting one of the following: ], |).

NOTE: Line generated by the invoked macro "GEE".

132 = c1]; - 200 ERROR 200-322: The symbol is not recognized and will be ignored.

Any ideas will be greately appreciated,

Machelle


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