Page 1 of 1
Eviews Pogram
Posted: Fri Dec 10, 2021 12:19 pm
by Muhammad Javid
What is mistake in following program code
for !i=1 to g_f.@count
%1=g_f.@seriesname(!i)
%2=@mid(%1,3)
link {%2}
{%2}.linkto data\f_{%2}
g_mod.add {%2}
next
Re: Eviews Pogram
Posted: Fri Dec 10, 2021 12:22 pm
by Muhammad Javid
Wen I run the following code
for !i=1 to g_f.@count
%1=g_f.@seriesname(!i)
%2=@mid(%1,3)
link {%2}
{%2}.linkto data\f_{%2}
g_mod.add {%2}
next
I receive the following response
Syntax error in control statement in "FOR !I=1 TO G_F@COUNT" on
line 20.
What is issue here and How I can solve
Re: Eviews Pogram
Posted: Fri Dec 10, 2021 1:15 pm
by EViews Matt
Hello,
I notice that the error message "FOR !I=1 TO G_F@COUNT" is missing the period in "g_f.@count". Are you sure that the program you're running includes that period like the samples you've shown us?