Page 1 of 1

loop of program run

Posted: Thu Mar 17, 2011 12:31 pm
by KarinL
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!

loop of program run

Posted: Thu Mar 17, 2011 12:37 pm
by EViews Gareth
Use exec rather than run

Re: loop of program run

Posted: Fri Mar 18, 2011 7:10 am
by KarinL
perfect! thank a lot, I really appreaciate you answering immediately ...