shocks_file option
Posted: Thu Aug 09, 2007 9:40 pm
Hi all,
I cannot make the shocks_file option work and I was wondering if anybody can point out what I am doing wrong. I am using dyn_mat_v3_065
I write (in the .mod code):
and I have created in the same directory the shocks1.m file which includes the line:
where g01v is my only exogenous shock. However I get the error message:
where line 112 is the line in the .mod file with end. What am I doing wrong?
Please note that if I instead write
the code does work.
Thank you very much!
I cannot make the shocks_file option work and I was wondering if anybody can point out what I am doing wrong. I am using dyn_mat_v3_065
I write (in the .mod code):
shocks(shocks_file=shocks1);
end;
and I have created in the same directory the shocks1.m file which includes the line:
g01v=[0.01]
where g01v is my only exogenous shock. However I get the error message:
??? Error using ==> dynare
syntax error at line 112
where line 112 is the line in the .mod file with end. What am I doing wrong?
Please note that if I instead write
shocks;
var g01v; periods 1; values 0.01;
end;
the code does work.
Thank you very much!