Page 1 of 1

Bad solve error

Posted: Mon Mar 19, 2012 12:07 pm
by AnnH
I am trying to run a program in eviews 7 that was originally written for eviews 4. (I am actually unsure if that makes a difference for the error I'm getting)

The program has the following line:

UsMod.SOLVE(M=5000, C=.001, D=d, S=d, N=n, O=m)

I get the following error: Bad Solve Option n=n in UsMod.SOLVE(M=5000, C=.001, D=d, S=d, N=n, O=m)

I don't have a lot of knowledge about the SOLVE command, and I couldn't find an explanation of the options in the 'command and programming reference' in the help so I'm not really sure where to turn to figure out what I need to fix for the error. Any light you could shed on the error itself, how to fix it, or where to find more details is appreciated.

Thank you!!!

Re: Bad solve error

Posted: Mon Mar 19, 2012 1:12 pm
by EViews Gareth
Change it to n=t

Re: Bad solve error

Posted: Mon Mar 19, 2012 2:31 pm
by AnnH
Thank you!!!!!