Page 1 of 1

syntax error, UNEXPECTED NAME

PostPosted: Tue Sep 11, 2012 2:12 pm
by lebeko
Hello,

I am trying to run the attached mod file and I get the following error, can anybody help.



Configuring Dynare ...
[mex] Generalized QZ.
[mex] Sylvester equation solution.
[mex] Kronecker products.
[mex] Sparse kronecker products.
[mex] Bytecode evaluation.
[mex] k-order perturbation solver.
[mex] k-order solution simulation.

Starting Dynare (version 4.2.5).
Starting preprocessing of the model file ...
ERROR: Mon_fispol.mod:35.1-5: syntax error, unexpected NAME

??? Error using ==> dynare at 114
DYNARE: preprocessing failed

Re: syntax error, UNEXPECTED NAME

PostPosted: Thu Sep 13, 2012 7:44 am
by jpfeifer
This states that there is a problem in line 35, column 1-4. If there is an error in the first column this usually means there is a semicolon missing at the end of the previous line.