Re #45: making this a general feature would be extremely difficult, probably impossible. I will here just tout my own work to point up one situation where you can get this. When you are iterating some commands over subsets of the data defined by values of variables, use the -runby- command instead of -foreach- loops. Set the -status- option on -runby- and it gives you a progress report updated periodically. -runby- is written by Robert Picard and me, and is available from SSC.
Also, some commands that are inherently iterative, such as -bootstrap-, -simulate-, and -mi estimate- include a -dots- option that accomplishes this purpose.
Also, some commands that are inherently iterative, such as -bootstrap-, -simulate-, and -mi estimate- include a -dots- option that accomplishes this purpose.
Comment