I am using the script to extract the residuals of a system object.
for that I have the following lines in my script
Code: Select all
equations = app.Lookup("*","system",1)
For Each equation In equations
command = "" & equation & ".makeresids script_temp"
app.Run(command)
command = "freeze(mode=overwrite,script_temp2) script_temp"
app.Run(command)
command = "script_temp2.save " & C:\\Work\\ACT_FIX_RES\\" & equation & ".makeresid"
app.Run(command)
nextHowever I Get the following error,
SYST_OBJ1 is the first system object in my eviews work file.EViews.Application.1.Run: SCRIPT_TEMP is not a series in "DO_ SYST_OBJ1.MAKERESIDS SCRIPT_TEMP
I am still a beginner at eviews so pardon me if I have misused any terms
Version : Eviews 7
-Ravi
