Page 1 of 1

MJDGGES returns the following error code: 25

PostPosted: Wed Jan 04, 2012 2:11 am
by zlg122
Dear all
who can help me to solve this.
Thanks lot.
??? Error using ==> print_info at 36
MJDGGES returns the following error code: 25

Error in ==> check at 50
print_info(info, options_.noprint);

Error in ==> dibbanksector23 at 364
check;

Error in ==> dynare at 132
evalin('base',fname) ;

Re: MJDGGES returns the following error code: 25

PostPosted: Mon Jan 09, 2012 5:28 pm
by jpfeifer
Warning: Some of the parameters have no value (Xz) when using steady. If these parameters are not initialized in a
steadystate file, Dynare may not be able to solve the model...
> In test_for_deep_parameters_calibration at 46
In steady at 33
In dibbanksector23 at 367
In dynare at 120


Xz is not initialized because you wrote it as XZ and Dynare is case sensitive.

Re: MJDGGES returns the following error code: 25

PostPosted: Tue Jan 10, 2012 7:39 am
by zlg122
jpfeifer wrote:
Warning: Some of the parameters have no value (Xz) when using steady. If these parameters are not initialized in a
steadystate file, Dynare may not be able to solve the model...
> In test_for_deep_parameters_calibration at 46
In steady at 33
In dibbanksector23 at 367
In dynare at 120


Xz is not initialized because you wrote it as XZ and Dynare is case sensitive.



thanks for your anwser!