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 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 3 Jul 2008 01:41:28 -0700
Reply-To:     Aj <ajeetsubramanian@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Aj <ajeetsubramanian@GMAIL.COM>
Organization: http://groups.google.com
Subject:      iterate datasteps
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

Hi

I have a set of data steps and procs , which i need to iterate for say 100 times.. The structure looks like

Data ... set ...

Proc Sql; create table ...

Data ....; set.....;

NOW ,

I want to iterate all the above operation for 100 times ... Is there a "GOTO" or iterate option in SAS to do this : PS : I am not trying to macro the operations here , but want to transfer the control to the beginning , once the above steps are executed... Pls advice..

Thanks Aj


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