Hello,
I am new user of eviews7 and I just started a new code for my study. Here is what I obtains as error notifications
FIG1 is not defined in "D FIG1". (same message for FIG2, FIG3, ....)
TAB1 is not defined in "D TAB1" (same message for TAB, TAB3, ....)
SPOOL_DESCRTAT is not defined in "D SPOOL_DESCRTAT".
DSPOOL_GSCI_MCO is not defined or is an illegal command in "DSPOOL_GSCI_MCO".
Unmatched curly braces in "tab{!notab" in "TAB{!NOTAB }.LABEL(R)".
Unmatched curly braces in "tab{!notab" in "TAB{!NOTAB }.LABEL(U)".
Here is the begning of my code:
setmaxerrs 300
for !i = 1 to 100
d fig{!i}
d tab{!i}
next
!nofig =0
!notab = 0
for !i = 1 to 100
d spool_descrtat
spool spool_descrtat
d spool_GSCI_MCO
spool spool_GSCI_MCO
'descriptive stats
!notab = !notab +1
freeze(tab{!notab }) surprisestd1.stats
tab{!notab }.label(r)
tab{!notab }.label(u)
spool_descrtat.append tab{!notab }
Any help is much appreciated,
Regards
Message Error
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Message Error
Last edited by Youssef1 on Sat Jan 30, 2016 9:19 pm, edited 1 time in total.
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Re: Message Error
Wherever you are using the
command, change it to:
Code: Select all
d
Code: Select all
d(noerr)
Re: Message Error
Sorry, I didn't understand !
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Re: Message Error
Change
To be
And so on
Code: Select all
d fig{!i}
Code: Select all
d(noerr) fig{!i}
Re: Message Error
This is the new message that I got:
(NOERR) is not defined in "D (NOERR) FIG1".
(NOERR) is not defined in "D (NOERR) TAB1".
(NOERR) is not defined in "D (NOERR) FIG1".
(NOERR) is not defined in "D (NOERR) TAB1".
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Re: Message Error
You have a space.
Re: Message Error
Many thanks. It works perfect 
Who is online
Users browsing this forum: No registered users and 2 guests
