Error in group instruction

Use this forum to post questions about syntax problems or general programming issues. Questions on implementing a particular aspect of econometrics should go in "Econometrics Issues" below.
idomen
Posts: 5
Joined: Wed Apr 28, 2021 9:36 am

Error in group instruction

Unread post 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
Attachments
IRFs_aux.RPF
program file
(459 Bytes) Downloaded 1188 times
DATA.xls
data file
(202 KiB) Downloaded 1166 times
idomen
Posts: 5
Joined: Wed Apr 28, 2021 9:36 am

Correct program file

Unread post by idomen »

I attach the correct program file. Sorry for any inconvenience!
Attachments
IRFs_aux.RPF
Program file
(14.97 KiB) Downloaded 1124 times
TomDoan
Posts: 7814
Joined: Wed Nov 01, 2006 4:36 pm

Re: Error in group instruction

Unread post 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.
idomen
Posts: 5
Joined: Wed Apr 28, 2021 9:36 am

updated RATS code

Unread post by idomen »

I removed some bugs and still the code does not produce IRFs. Can you identify the reason why?
idomen
Posts: 5
Joined: Wed Apr 28, 2021 9:36 am

Re: Error in group instruction

Unread post by idomen »

Here is the updated code!
Attachments
IRFs_aux[2656].RPF
(90.05 KiB) Downloaded 1126 times
TomDoan
Posts: 7814
Joined: Wed Nov 01, 2006 4:36 pm

Re: Error in group instruction

Unread post 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.
Post Reply