error handling
Posted: Thu Jun 09, 2016 7:55 am
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?
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?