Page 1 of 1

Error in group instruction

Posted: Wed Apr 28, 2021 2:24 pm
by idomen
Dear Forum participant

I debugged my code line by line, when I wrote the instruction for a group of equations the following error message showed up:

Code: Select all

## SX11. Identifier EQPT1 is Not Recognizable. Incorrect Option Field or Parameter Order?
>>>> eqmt1 eqnl1 eqpt1 <<<<
Is it possible you meant
  EQIT1
  EQMT1
  EQPT2
  EQPT4
  EQAT1
If the name isn't mistyped, it's possible that you have a poorly formatted instruction
Common errors are
 * a space before the ( in an option field
 * a missing space before = in a SET or FRML
 * a missing $ at the end of a long line which continues to the next
I am stuck ! How can I set up the system of equations and overcome the issue, everything seems correct ?

For my data and code, please, see the attachment

Correct program file

Posted: Wed Apr 28, 2021 3:01 pm
by idomen
I attach the correct program file. Sorry for any inconvenience!

Re: Error in group instruction

Posted: Fri Apr 30, 2021 7:05 am
by TomDoan
Is there a reason you're running one line at a time? It seems like you skipped over a line when you did that. Select all and run.

updated RATS code

Posted: Sun May 09, 2021 9:03 am
by idomen
I removed some bugs and still the code does not produce IRFs. Can you identify the reason why?

Re: Error in group instruction

Posted: Sun May 09, 2021 9:04 am
by idomen
Here is the updated code!

Re: Error in group instruction

Posted: Mon May 10, 2021 10:40 am
by TomDoan
Try reducing the number of required draws (such as 500 rather than 5000). The program takes quite a bit of memory and that might be causing a problem.