problem using @otod
Posted: Sat Sep 28, 2024 7:02 am
I need to replicate the example on p.159 of the Command and Programming Reference manual for Eviews 13.
I want to create a table extracting values from a quarterly time series.
If I write
show @elem(gdp, @otod(2))
I get the error message "Illegal date @otod(2)"
If I write
%date=@otod(2)
show @elem(gdp, %date)
Eviews returns the right value
I want to create a table extracting values from a quarterly time series.
If I write
show @elem(gdp, @otod(2))
I get the error message "Illegal date @otod(2)"
If I write
%date=@otod(2)
show @elem(gdp, %date)
Eviews returns the right value