Applying wrong naming restrictions on databases
Posted: Fri May 18, 2012 3:48 am
I have an Aremos databank called imfig containing two quarterly series: dkim.q and 28im.q. I thought line 3 and 4 in the code below would be handled identically. But EViews seems to apply its own naming restrictions (specifically not allowing object names to begin with numbers) also on the Aremos database, which does not have the same restrictions, and thus returns an error on line 4.
Code: Select all
dbopen C:\Temp\ImFig.bnk
wfcreate q 1980 2011
series tmp1=dkim
series tmp2=28im