Synopsis
Your script was run by a program that expects you to return a number from -32768 to 32767, for example:
EXIT 0Cause
Cure
Make sure the variable's value contains only the digits 0 to 9, and it's a numeric value from -32768 to 32767, inclusive.
Cause Cure
You forgot to specify a number after the RETURN or EXIT keyword. This will likely be the case if
Make sure that you put some number from -32768 to 32767, inclusive, after the RETURN or EXIT keyword.