Error in group instruction
Posted: Wed Apr 28, 2021 2:24 pm
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:
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
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 nextFor my data and code, please, see the attachment