loop of program run
Posted: Thu Mar 17, 2011 12:31 pm
Hello, I'm using Eviews 7.
I'm not sure whether this has already been discussed, but haven't found anything yet in the forum.
I wrote a program which takes different arguments and takes a long time to run through. What I would like to do, is to let the program run with different arguments, one after another, something lik
run prg x1
run prg x2
..
run prg x3
However, if I write this instruction in a new program, it stops after the first run is finished.
Is there any (simple) way to circumvent this?
Thanks in advance!
I'm not sure whether this has already been discussed, but haven't found anything yet in the forum.
I wrote a program which takes different arguments and takes a long time to run through. What I would like to do, is to let the program run with different arguments, one after another, something lik
run prg x1
run prg x2
..
run prg x3
However, if I write this instruction in a new program, it stops after the first run is finished.
Is there any (simple) way to circumvent this?
Thanks in advance!