Subject unknown token SUSPEND;
Author Scronkey
Hi there,

I'm creating a stored procedure, and I end it with SUSPEND; (last
statement before the sp's END ^)

But I get the error UNKNOWN TOKEN SUSPEND.

I just read in the IB docs that SUSPEND should not be used in an
executable procedure (which mine is) but I still don't understand
why it says UNKNOWN TOKEN.

Any ideas?