Page 1 of 1

Runnig multiple equations without stopping

Posted: Fri Jun 01, 2012 8:22 am
by jmontechiari
Hello,

I have a table with 63 equations to run.
I have already done the program to execute all the equations and it's working well.
When I achieve the equation 9, the program gives me a message about "OVERFLOW" or another problem like that because of my initial solution and stop to execute the others equations.
I would like to know how I can avoid the message and keep running the other equations.

Thanks,

Jorge Montechiari

Re: Runnig multiple equations without stopping

Posted: Fri Jun 01, 2012 8:27 am
by EViews Gareth
Generally you can set the maximum number of errors in the program to a high amount (either use the setmaxerrs command, or use the option on the run dialog). I'm not sure if that will work with an overflow error though. Try it.

Re: Runnig multiple equations without stopping

Posted: Fri Jun 01, 2012 9:01 am
by jmontechiari
I didn't know it was so simple.
rs
Thanks.