Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Modify large data base without opening it


From   "Austin Nichols" <[email protected]>
To   [email protected]
Subject   Re: st: Modify large data base without opening it
Date   Wed, 24 Sep 2008 16:38:47 -0400

Try e.g.

clear
desc using `c(sysdir_stata)'auto.dta
use in 1/10 using `c(sysdir_stata)'auto.dta
use price mpg using `c(sysdir_stata)'auto.dta


On Wed, Sep 24, 2008 at 4:18 PM, Jos� Luis Ch�vez Calva
<[email protected]> wrote:
> I'm working with a very large data base (1000m, 2000 vars) and my PC
> is taking too long to open it. I would like to know if there is a way
> or a specific command to drop some variables without actually opening
> the data base.

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   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