I wanted to include program arguments in a for loop, but eviews prompted me an error message saying that there was a syntax error in the control statement. Here's the piece of code i'm using :
Code: Select all
FOR %k %0 %1 %2 %3 %4 %5
freeze(table_Trend_{%k}) {%k}.uroot(exog=trend)
next Can you please explain me what's the problem ?
