I'm having a problem executing sub-programs from a master program. Currently,
I'm using the 'run' command to do this, but I get the feeling the command causes
the program to stop before it completes all the run commands I have scripted.
The command reference book seems to say as much, but if this is the case, then
it renders useless one of the central features of a 'run' command....
Is there a way around this?
I'm using E-views 7.1.
Below is some code which illustrates the structure I have:
Code: Select all
run imports1.prg
run imports2.prg
run imports3.prg
