You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
when you execute an already made do file in stata, can it be made to show the procedures again in the review window like it happens when you are coding for the first time?
I believe you are asking if individual commands that have been called from a do-file can be made to appear in the history pane (rather than the do command). As far as I know, there is no option or setting to do this. However, you can call the the same command(s) that were highlighted and run in the do-file by replaying the do command (with the corresponding temp file). But that entry in the history pane does not give you any indication of the specific commands that were called.
Comment