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

RE: st: to big for do file editor


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   RE: st: to big for do file editor
Date   Tue, 26 Oct 2004 10:34:06 +0100

I endorse this suggestion. 

Another option is just to split the do-file into smaller
do-files. 

Do-files can call other do files, so you can have 
a hierarchy: 

--------------- project.do
do getdata
do analyse
do writethesis
do gettenuredjob
do getnobel 
---------------

----------------- getdata.do 
use whatever 
...
-----------------

Nick 
[email protected] 

> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]]On Behalf Of 
> Neil Shephard
> Sent: 26 October 2004 06:56
> To: [email protected]
> Subject: Re: st: to big for do file editor
> 
> 
> > I am using Stata 7 and am trying to work on a do file.
> > But the do file editor is unable to work on it as it says 
> that the size of
> > the do file is too big.
> 
> You could also use one of the text editors detailed at the 
> following FAQ....
> 
> http://repec.org/docs/textEditors.html
> 
> You shuold avoid using Wordpad as it is really a basic 
> word-processor rather than a text editor, and may cause 
> problems (explained in the FAQ).
> 
> HTH's
> 
> Neil
> 
> -- 
> Answer   : Because it breaks the logical sequence of discussion
> > Question : What's wrong with top-posting?
> 
> [email protected]
> [email protected]
> 
> http://slack.ser.man.ac.uk/
> *
> *   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/
> 

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