LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (July 2003, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: cc: Jian Chen <Jian_Chen@MSM.EDU>
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(&param);a > %mend first; > > %macro second(param); > %let a=%eval(&param); > %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


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