Date: Mon, 21 Jul 2003 14:59:19 -0400
Reply-To: "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Subject: Re: macro
Content-Type: text/plain
> From: Jian Chen [mailto:Jian_Chen@MSM.EDU]
> could someone tell me what is the difference b/w the
> following tow macros: both work, but the result is different.
>
> %macro first(param);
> %let a=%eval(¶m);a
> %mend first;
>
> %macro second(param);
> %let a=%eval(¶m);
> %mend second;
we need to see your macro calls and the log reporting the results
Ron Fehd the macro maven CDC Atlanta GA USA RJF2@cdc.gov
|