Please help me with the code

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.
GS_CD_LM_PA_est_may20.mod (4.13 KB)

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.

[quote=“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.[/quote]

Oops, I am sorry. I shouldn’t be that ignorant.