From: Patrick on 25 Jun 2010 06:46 I can't find this PROC SQL in the code you've posted. There second PROC SURVEYSELECT is not finished. Where is the run/quit?
From: Patrick on 25 Jun 2010 06:49 Also: In the first where statement (where val = 10 and val 2 =2;) is a blank between "VAL" and "2". This might be the reason for the error you get.
From: Tom Abernathy on 27 Jun 2010 01:07 Also you have an extra semi-colon after you last %ELSE I assume that you wanted %ELSE %DO; proc surveyselect .... %END;
|
Pages: 1 Prev: Where clause usage in %if in macro Next: ODS: hyperlink for BY values |