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 2007, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 9 Jul 2007 08:51:32 -0400
Reply-To:   ben.powell@CLA.CO.UK
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   ben.powell@CLA.CO.UK
Subject:   Re: Looping macro

This may also be useful from TD I believe:

data _null_; call execute( repeat( '%test' , 10 ) ); run;

HTH.


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