Page 1 of 1

Do I ignore the error and repeat the loop

Posted: Sat Nov 23, 2013 7:51 pm
by tony
when I execute the loop in simulation, there always exist some overflow error. I wanna ignore these errors and execute the loop from the beginning istead of executing the remainder, although I can set the permmited maximum error.
How to do that in EViews 8.
Does anyone know this?
You are very appreciated.

Re: Do I ignore the error and repeat the loop

Posted: Sat Nov 23, 2013 11:17 pm
by EViews Gareth
Put an if condition around the remaining lines in the loop, where the if is based on whether an error occurred.