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 (August 2006, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: visouni@GMAIL.COM

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??


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