Page 1 of 1

error handling

Posted: Thu Jun 09, 2016 7:55 am
by spradhan
Hi,
I'm fetching series using command
for !w = 1 to @wcount(%t1)
%t2=@word(%t1,!w)
fetch(link,m) {%t2}
next
for some 256 expected and different values for %t2.
For some of those values, series would not be available in database, so eviews shows error and loop is terminated instantly.
How can I override the error and continue fetching series till end of the loop?

Re: error handling

Posted: Thu Jun 09, 2016 8:05 am
by EViews Gareth
Setmaxerrs

Re: error handling

Posted: Thu Jun 09, 2016 5:57 pm
by spradhan
Hi Gareth,
This worked well.
Thanks so much for this help!
Santosh