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