| Date: | Sat, 3 Feb 2007 16:09:57 +0100 |
| Reply-To: | Martin Gregory <gregorym@T-ONLINE.DE> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Martin Gregory <gregorym@T-ONLINE.DE> |
| Organization: | T-Online |
| Subject: | Re: Macro problem |
|
| In-Reply-To: | <77943F39FD8BFB459C22A7A2E578626A0578544B@NCORP-MSG-CLS.Ranbaxy.com> |
| Content-Type: | text/plain; charset=ISO-8859-1; format=flowed |
On 02/02/2007 08:53 AM, Madan Gopal Kundu wrote:
> IF %eval(&X. - 4)<= N <= &X.; /*CORRECTED*/
You don't need %eval here because the conditional is a data step one and
not a macro one...
regards, Martin
|