Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Re: Re: Re: Re: RE: Time taken for reshape command


From   "Michael Blasnik" <[email protected]>
To   <[email protected]>
Subject   st: Re: Re: Re: Re: RE: Time taken for reshape command
Date   Tue, 18 May 2004 14:28:08 -0400

Just use -append- to append the results together...For example, if you save
the reshaped dataset chunks as mylong1, mylong2, mylong3, etc.....then you
would:

use mylong1
append using mylong2
append using mylong3
etc....

Michael Blasnik
[email protected]

----- Original Message ----- 
From: "Subhankar Nayak" <[email protected]>
To: <[email protected]>
Sent: Tuesday, May 18, 2004 12:55 PM
Subject: st: Re: Re: Re: RE: Time taken for reshape command


> Thanks.
> I tried using "set memory 512M" but it doesn't help.
> Probably I should change the virtual memory.
>
> I will try to split the data set and work on parts.
> I will split the dataset into 5 chunks based on the ID, but I don't know
how
> to merge the 5 chunks back together.
> (I am relaticvely new to stata and hence still learning all
> commands/functions)
>
> Thanks.
>
> Subh Nayak
>


*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index