Page 1 of 1

Please help me with the code

PostPosted: Tue May 20, 2008 4:17 am
by bigbigben
Hi, Guys:
Can you help me with the following error message when I run my code. It works fine before some changes I made today, but now it stops working. Below is the Erro Message:

From Version 4
dynare GS_CD_LM_FA_est_may20

Configuring Dynare ...
[mex] Generalized QZ.
[mex] Sylvester equation solution.
[mex] Kronecker products.
[mex] Sparse kronecker products.

DYNARE: can't open GS_CD_LM_FA_est_may20.mod

From Version 3
??? Error using ==> dynare at 19
DYNARE: could not open GS_CD_LM_FA_est_may20.mod

I attached my code here. It is really werid.

Re: Please help me with the code

PostPosted: Tue May 20, 2008 11:09 am
by StephaneAdjemian
Your problem seems trivial. There is probably a mistake in the line command. You type :

dynare GS_CD_LM_FA_est_may20

but the name of the file (attached with your post) is

GS_CD_LM_PA_est_may20.mod

The F (instead of P) is wrong.

Best, Stéphane.


bigbigben wrote:Hi, Guys:
Can you help me with the following error message when I run my code. It works fine before some changes I made today, but now it stops working. Below is the Erro Message:

From Version 4
dynare GS_CD_LM_FA_est_may20

Configuring Dynare ...
[mex] Generalized QZ.
[mex] Sylvester equation solution.
[mex] Kronecker products.
[mex] Sparse kronecker products.

DYNARE: can't open GS_CD_LM_FA_est_may20.mod

From Version 3
??? Error using ==> dynare at 19
DYNARE: could not open GS_CD_LM_FA_est_may20.mod

I attached my code here. It is really werid.

PostPosted: Tue May 20, 2008 12:36 pm
by bigbigben
Oops, I am sorry. I shouldn't be that ignorant.