Hi, good afternoon!
I'm building an application and, while testing the enverionment on my server (linux system) I've run on the following problem:
Dynare throws the a error while reading the line
stoch_simul(irf=12,irf_shocks=( e_B e_I)) c_O c_RT c;
through octave:
syntax error, unexpected NAME
I've run tests on the .mod code SEVERAL TIMES on my computer (a windows system) with no problem whatsoever, so I don't believe there's really something wrong with the code, but the dynare/octave installation itself on the server.
Can you guys give me any tips/advice/solutions in order to solve this pickled situation?