I have 11 series in a panel dated anually from 1970...2004 and 146 countries identified by their iso code in a stacked format in Excel. I import it to Eviews and unstack it with the following code which works well:
Code: Select all
wfopen "mydata.xls" colhead=1 namepos=first range="Data"
pagestruct iso @date(year)
pageunstack(namepat="?_*") iso year @ *
However, when I store them to a new database, they are stored in an undated format. I have verified that the series start in 1970 and end in 2004 so I don't understand why they are stored this way. Any ideas why?
Thanks,
Javier
