Hi there,
I am missing a few essential features in Eviews related to error handling, in particular an equivalent to the "try" command common to many programming languages.
First, I am aware that there is the possibility of using the error count. But this is often cumbersome.
WFCLOSE: wouldn't it be possible to change this command for Eviews to try to close any open WF? Currently I have to comment it in an out while debugging. Would it be possible to extend the "noerr" option to the case where no name is given? Btw, even in the case where a name is given the "noerr" options doesn't seem to work for me (in the code below). Am I doing something wrong?
Code: Select all
cd %path
wfclose(noerr) pr
wfcreate(wf=pr,page=raw) M 1980M1 2020M12
Code: Select all
for !k = 1 to K
try eq{!k}.ls {eqstructure}
next
Cheers,
Boris
