I am trying to run the following spec file below but constantly get an error message. The odd thing is that the same spec file (with the appropriate series spec added back in) appears to work perfectly in the original X12-ARIMA programme itself, hence this leads me to conclude that there must be something wrong with how I'm passing the spec file to Eviews. Data is monthly data. Help please, I just can't figure it out!
Details are as follows.
ERROR: cny_dur is already in the regression.
Command to run the spec file through Eviews
Code: Select all
freeze(x12out) teu.x12(sfile="C:\Documents and Settings\kysoon\Desktop\X12\teu2.spc", save="d11 d12 d13")Spec File
Code: Select all
transform{
function=log
}
outlier{
types=(AO LS TC)
lsrun=0
}
automdl{savelog=amd}
forecast{
maxlead=12
print=none
}
estimate{print=(roots regcmatrix) savelog=aicc}
check{print=all savelog=lbq}
regression{
file = "C:\Documents and Settings\kysoon\Desktop\X12\DOS Files\CNY2010.dat"
format = "datevalue"
variables=( const td)
start = 1960.1
user = (cny_bef cny_dur cny_aft)
usertype = holiday
#aictest=(td easter) savelog=aictest
#aictest=(td user)
}
x11{
savelog=(M1 M7 M8 M9 M10 M11 Q Q2)
save=(D11 D12 D13 SP1 SP2)
}
slidingspans{savelog=percent additivesa=percent}
history{estimates=(fcst aic sadj sadjchng trend trendchng)}
