Page 1 of 1

Preprocessing failed- Unexpected divide

PostPosted: Wed Dec 11, 2013 4:35 pm
by tom_mercer
Hello!

I have the attached Dynare code, which I have worked on for several days. Unfortunately, it is not running - I remain at a loss after going through it multiple times, reading through the Dynare Manual, reading previous related forums, and Googling the error that pops up.

Could someone please let me know what the problem is, if they know? It would be highly appreciated!!

Many thanks in advance!

Re: Preprocessing failed- Unexpected divide

PostPosted: Thu Dec 12, 2013 7:50 pm
by jpfeifer
It says
ERROR: Dynare_preprocessing_failed.mod: line 81, col 13: syntax error, unexpected DIVIDE

Line 81, column 13 is
Code: Select all
C/Y_ag

The slash signals division. You cannot use it in a variable name.