Date: Thu, 17 Aug 2006 11:00:51 -0400
Reply-To: Jim Groeneveld <jim2stat@YAHOO.CO.UK>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jim Groeneveld <jim2stat@YAHOO.CO.UK>
Subject: Re: macros
Hi Visouni,
No, it discriminates SAS macro code from common SAS code (data steps,
procs, etc) and other parts of languages within the SAS software (e.g.
SCL).
Regards - Jim.
--
Jim Groeneveld, Netherlands
Statistician, SAS consultant
home.hccnet.nl/jim.groeneveld
On Thu, 17 Aug 2006 07:39:51 -0700, visouni@GMAIL.COM wrote:
>Is there a way to avoid writing % more times..that is decrease the
>number of times of writing % while writing macros..please help..
>
>%macro
>%if condition %then
>..
>%else
>..
>%mend
>
>So my question is can we avooid writing % somany times for the if
>condition??
|