No IRF in results

Dear all,

Greetings! I have finished my code in dynare, however, it can only show the steady state but no impulse response results. I don’t know what is wrong with it. Can anybody help me? Thanks a lot.
My codes are as follows.

Best,
Xiang
chapter6.mod (13.6 KB) chapter6_steadystate.m (6.1 KB)

you are using noprint and nomoments options. just simply use:

stoch_simul(order=1,irf=20)

Thanks for your reply. Based on your suggestion, I have revised the code but it has other mistakes. The results are as follows:
wrong use: print_info (line 45)
Blanchard Kahn conditions are not satisfied: indeterminacy

error: stoch_simul (line 100)
print_info(info, options_.noprint, options_);

error: chapter6 (line 863)
info = stoch_simul(var_list_);

error: dynare (line 235)
evalin(‘base’,fname) ;

I can only give you the generic advice: check every equation and variable for its timing. Apart from that

Thank you, Prof. Johannes Pfeifer. I will check it carefully.

Best,
Xiang