Question 1
In the past, I started each RATS program with “end xxx”
But now, why the system shows the following error message?
## SX21. A END or } Here is Unneeded or Unexpected
Thanks a lot.
"end xxx"
Re: "end xxx"
END is "overloaded" in RATS, and the END xxx which was once used to separate programs or to make sure memory got cleared is also used for ending loops and procedures. As a result, an extra "END" in coding a procedure could cause the program to quit. To get the same behavior now, usegarchrookie wrote:Question 1
In the past, I started each RATS program with “end xxx”
But now, why the system shows the following error message?
## SX21. A END or } Here is Unneeded or Unexpected
Thanks a lot.
END(RESET)