Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: RE: ST: Is STATA working?


From   PEREZ PEREZ JORGE EDUARDO <[email protected]>
To   "[email protected]" <[email protected]>
Subject   st: RE: ST: Is STATA working?
Date   Sat, 12 Sep 2009 18:51:48 +0000

You could use

set trace on
set tracedepth 1

This will produce screen output for intermediate commands. Increasing the tracedepth will show you more of Stata's calculations but will also increase processing time since the program has to send output to the screen.

As an alternative, if you're running a loop, you can put this line inside the loop

nois _dots `i' 0

where `i' is the local you're running the loop over. This will show a dot in the screen every time the loop is completed.

_________________________
Jorge Eduardo Pérez Pérez

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Laura Platchkov
Sent: sábado, 12 de septiembre de 2009 12:53 p.m.
To: [email protected]
Subject: st: ST: Is STATA working?

Hi, I am running a huge command wiht more than 1'000'000 operations to do by STATA, and I wa just wondering how I could assure myself that it is really computing some results and I am not waiting for Godot in front of my computer ....?

Thanks,


Laura

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



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