Ask for a problem with Dynare 4.3.0

it seems that i have successfully installed MATLAB 2011b and Dynare 4.3.0, but when i run my dynare code(dynare 111.mod), there are no expected results except the following message:

dynare 111

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).

Starting Dynare (version 4.3.0).
Starting preprocessing of the model file …
Found 35 equation(s).
Evaluating expressions…done
Computing static model derivatives:

  • order 1
    Computing dynamic model derivatives:
  • order 1
  • order 2
    Processing outputs …done
    Preprocessing completed.
    Starting MATLAB/Octave computing.

ans =

111

who can tell me what wrong?

BTW: my dynare code must be right, because i used to successfully run it before under MATLAB 7.0.

thanks a lot!

I had once a similar result with a “wrong” variable name. Try “clean” before running it or check the variable name (in my case, a variable also defined as a parameter equal to 111).
Best

Change the modfile name to begin with a letter.