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

st: Re: Any way to get around Maxvar problem without upgrading?


From   Joseph Coveney <[email protected]>
To   Statalist <[email protected]>
Subject   st: Re: Any way to get around Maxvar problem without upgrading?
Date   Thu, 21 Oct 2004 13:02:06 +0900

Kimberly Singer wrote:

I am using Intercooled Stata 8, and am running into the problem of too many
variables. The set is very large, but I only need about a quarter of the
variables, but I cant drop any variables until stata reads them in and
defines the variables. Is there a way to drop some variables before stata
defines them? Upgrading to SE is not really an option.

----------------------------------------------------------------------------

In the excerpt from the on-line helpfile below, wouldn't the second -use-
syntax work?

Joseph Coveney


use   filename  [, clear nolabel ]

use  [varlist]  [if exp] [in range] using filename [, clear nolabel ]







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