MJDGGES returns the following error code: 25

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) ;
dibbanksector23.mod (5.22 KB)

[quote]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
[/quote]

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

Xz is not initialized because you wrote it as XZ and Dynare is case sensitive.[/quote]

thanks for your anwser!