Page 1 of 1

Problem in processing model files

PostPosted: Sat Sep 28, 2013 5:42 pm
by adeleke omolade
Hi, I have revisited my model and i want to run it again but i kept on receiving this error which is about my stochatic equations the irony is that it has been accepting it until now: the error is as follows:



Configuring Dynare ...
[mex] Generalized QZ.
[mex] Sylvester equation solution.
[mex] Kronecker products.
[mex] Sparse kronecker products.
[mex] Local state space iteration (second order).
[mex] Bytecode evaluation.
[mex] k-order perturbation solver.
[mex] k-order solution simulation.
[mex] Quasi Monte-Carlo sequence (Sobol).
[mex] Markov Switching SBVAR.

Starting Dynare (version 4.3.3).
Starting preprocessing of the model file ...
ERROR: kk5.mod:77.1-3: syntax error, unexpected EXP

Re: Problem in processing model files

PostPosted: Sun Sep 29, 2013 3:11 am
by wxyzf6223321
adeleke omolade wrote:Hi, I have revisited my model and i want to run it again but i kept on receiving this error which is about my stochatic equations the irony is that it has been accepting it until now: the error is as follows:



Configuring Dynare ...
[mex] Generalized QZ.
[mex] Sylvester equation solution.
[mex] Kronecker products.
[mex] Sparse kronecker products.
[mex] Local state space iteration (second order).
[mex] Bytecode evaluation.
[mex] k-order perturbation solver.
[mex] k-order solution simulation.
[mex] Quasi Monte-Carlo sequence (Sobol).
[mex] Markov Switching SBVAR.

Starting Dynare (version 4.3.3).
Starting preprocessing of the model file ...
ERROR: kk5.mod:77.1-3: syntax error, unexpected EXP


Hi ,
you miss a ";" in line 76.

wu

Re: Problem in processing model files

PostPosted: Sun Sep 29, 2013 5:29 am
by adeleke omolade
thank you it works. Please am a beginner am stil find it difficult to write all my equations in dynare form for example how do i take care of 'j' in in this expression :wjt where j represent sectors in the economy. Thank you