For what it's worth, I don't think I have ever used the "set error variable
on / off". I looked at a dozen client's startup files, not one in there.
Just a:
set var vError INT = NULL
set error variable vError
Karen
> I just noticed this and although it probably is unrelated to my issue, I
> am unsure what the correct
>
> syntax is. The help file on SET ERROR VARIABLE states:
>
>
>
> Syntax: SET ERROR VARIABLE varname
> SET ERROR VARIABLE ON/OFF
>
> And that one should use the SET ERROR VARIABLE OFF instead of Clear Var
>
>
>
> "You must always set ERROR VARIABLE off, rather than clearing it with the
> CLEAR VARIABLES command. "
>
>
>
> However when I issue :
>
>
>