Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: RE: Figure out in which do-file an error occurred
From
Nick Cox <[email protected]>
To
[email protected]
Subject
Re: st: RE: Figure out in which do-file an error occurred
Date
Wed, 7 Mar 2012 19:13:55 +0000
You don't need to edit each file. You can change your master file to
forval i = 1/5 {
di "beginning file `i'"
do sub-dofile-`i'
}
Nick
On Wed, Mar 7, 2012 at 7:00 PM, Brendan Halpin <[email protected]> wrote:
> A simple but tedious strategy would be to put a line like this
>
> -di "Beginning filename.do"-
>
> at the start of each do-file.
>
> If you run the master file, it will stop at the first error and you can
> backtrack to the most recent "Beginning" statement.
>
> I cope with large projects by using "make", a utility which comes with
> Unix systems. Alternatively, you could use a script file (something.bat
> in Windows, a shell-script file in Unix-like systems). This involves
> using Stata in batch mode. However, since Stata batch jobs tell the
> operating system they have completed successfully even if there has been
> a Stata error, these script files will continue regardless even when
> an error occurs in an earlier do-file. I wrap the call to Stata in a
> script file which searches the log file for errors. I describe the
> system in more detail at
> http://teaching.sociology.ul.ie/bhalpin/wordpress/?p=122
>
> Brendan
> --
> Brendan Halpin, Department of Sociology, University of Limerick, Ireland
> Tel: w +353-61-213147 f +353-61-202569 h +353-61-338562; Room F1-009 x 3147
> mailto:[email protected] ULSociology on Facebook: http://on.fb.me/fjIK9t
> http://teaching.sociology.ul.ie/bhalpin/wordpress twitter:@ULSociology
> *
> * 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/
*
* 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/