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