Error illegal use of reserved keyword end, dynare

Hello,
I´m trying tu run a neoclassical model on matlab with dynare, but i’m getting this error with the “end”, i´ve checked on the ecuations and are all as they must be. Any Hints? P1_GONZALEZ.mod (2.2 KB)

  1. You declared e once as an exogenous and once as a parameter.
  2. You forgot a semicolon at the end of your parameter declaration.
  3. You cannot name a parameter SIGMA_E. It is a reserved keyword.
  4. Your last equation in the model-block is missing a semicolon.