Hi guys.

I wonder if somebody has experienced the following:
A master dofile referring to several dofiles exites with error (in my case: { required ).
If the dofiles are executed step by step (i.e., say, from within theirselves, as if there was no master) instead of being requested by the master, their execution won't provoke any error, however.

master:
Code:
run ${pathdo}/10_management_table.do
run ${pathdo}/20_prepare.do
...
The 20_prepare.do itself triggers the execution of other dofiles and stops at line 34 (a simple merge) of 20-10_prepare_pParentCORONA.do (cf screenshots of the dofiles in the remote Stata session - sorry, I cannot offer more than screenshots).

Any idea is pretty much welcome!