My mod file keeps on running

I have to write my code using dynare’s macro-language and the program keeps running, over and over. Am I missing anything?

Please see files below:

Mod file: puttyclay_notfp.mod (3.5 KB)

SS file : PuttyClayMain.m (1.6 KB)

puttyclayss.m (765 Bytes)

First the SS file needs to run to import the steady states into the mod file.

The last line of your mod-file is

dynare puttyclay nolinemacro savemacro=temp.mod

Could it be that your are calling the file within the file?

Also, the parametersfile.mat is missing.

Thank you so much. That was the reason.