Date: Thu, 23 Oct 2008 12:37:34 -0500
Reply-To: "./ ADD NAME=Data _null_," <iebupdte@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "./ ADD NAME=Data _null_," <iebupdte@GMAIL.COM>
Subject: Re: merge 1000 dataset using sas macro
In-Reply-To: <COL102-W403E6F3AB104F4BA2FDC5EF1280@phx.gbl>
Content-Type: text/plain; charset=ISO-8859-1
The reason I ask is that I expect you have used an inefficient
technique that not only left you with 1000 data set to put together
but was rather slow. Since all the output is separate I imagine your
macro works sort of like this.
1) generate a sample.
2) perform statistical machinations, possibly using more than one SAS procedure.
3) output
By adding a single new variable to the data REP with values 1:1000 you
could have a much more efficient process. That would leave you with
the output you now seek.
But since you are done now it makes no difference.
On 10/23/08, doaa Madbuly <d_faik@hotmail.com> wrote:
> it takes short time to do that relative to doing it in another programs.
>
> > Date: Thu, 23 Oct 2008 11:24:31 -0500
> > From: iebupdte@gmail.com
> > To: d_faik@hotmail.com
> > Subject: Re: merge 1000 dataset using sas macro
> > CC: SAS-L@listserv.uga.edu
>
> >
> > How long did it take to generate 1000 data sets with the simulation macro?
> >
> > On 10/23/08, Doaa <d_faik@hotmail.com> wrote:
> > > hello all;
> > > i have 1000 datasets created in a simulation using sas macro. at this
> > > moment i want to merge all these datasets(add cases) in one dataset.
> > > is there any one help me to do that within a loop. please reply as
> > > soon as possible.
> > >
>
> ________________________________
> Want to do more with Windows Live? Learn "10 hidden secrets" from Jamie.
> Learn Now
|