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/