Hi,
I have a problem which is probably the consequence of some very simple misunderstanding but I'm stuck:
I wrote a long do file which consists of commands to load my datafile, a number of gen and recode commands, regressions, and graphics for regression diagnostics. I'm telling Stata to store the graphics in gph files and the regression results in log files. When I run my file section by section, everything works fine. But when I run the whole do file I don't get any output in the main window. From the resulting gph files and the datafile I can tell that every single command is executed but I don't get any output and therefore my log files are empty.
Again I think that I made a very simple mistake, probably I ignored something important about Stata environments. But somehow I can't find a way to fix it.
Any suggestions?
I have a problem which is probably the consequence of some very simple misunderstanding but I'm stuck:
I wrote a long do file which consists of commands to load my datafile, a number of gen and recode commands, regressions, and graphics for regression diagnostics. I'm telling Stata to store the graphics in gph files and the regression results in log files. When I run my file section by section, everything works fine. But when I run the whole do file I don't get any output in the main window. From the resulting gph files and the datafile I can tell that every single command is executed but I don't get any output and therefore my log files are empty.
Again I think that I made a very simple mistake, probably I ignored something important about Stata environments. But somehow I can't find a way to fix it.
Any suggestions?

Comment