Asking for your help

hello everybody,
when I use dynare,it show that information,can you tell me what’s wrong with the program,thank you very much!!!

Reference to non-existent field ‘exo_nbr’.

Error in shmo (line 575)
if M_.exo_nbr > 0;

Error in dynare (line 180)
evalin(‘base’,fname) ;
shmo.mod (9.01 KB)

Never put

in a mod-file

thank you very much!!!
the problem had soluted,but it show the information:
STEADY: numerical initial values or parameters incompatible with the following equations
2 6 8 13 14 18 19 23 24 28 40

Check whether your model in truly linear
Error using print_info (line 80)
The steady state contains NaN or Inf

Error in check (line 76)
print_info(info, 0, options);

Error in shbank (line 583)
oo_.dr.eigval = check(M_,options_,oo_);

Error in dynare (line 180)
evalin(‘base’,fname) ;

Your model is not linear, so don’t use

Also, check all equations again.

Dear Professor jpfeifer,

Thank you for the quick response. Following your advice, I think I will check my equations. thanks for your advise.