Page 1 of 1

Keep Program Moving Despite Error

Posted: Fri Jan 29, 2021 10:37 am
by kcaron
I have a program that runs a loop and calculates a @dlog of a series.

When it gets to a negative number, I get a message which says:

"Log of non positive number - Missing data generated in series..."

The message stops the program.

I'm ok with the missing data being generated in the series.

How do I get the program to ignore the error and just keep moving?

Many thanks!

Kevin

Re: Keep Program Moving Despite Error

Posted: Fri Jan 29, 2021 11:03 am
by EViews Gareth
Options->General Options->Series AutoSeries->Generate NAs

Options->General Options->Advanced Options->Permissive Error Handling

Re: Keep Program Moving Despite Error

Posted: Fri Jan 29, 2021 11:49 am
by kcaron
That's soooo cool!

Works like a charm!

Never would have thought of that myself...

THANK YOU!