Problem in processing model files

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
kk5.mod (2.86 KB)

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

Hi ,
you miss a “;” in line 76.

wu

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