I can do for example:
> set chained on
But how can I see the current value of chained
, or all current session variables?
Take a look at this list of ASE global variables.
For the current chained status: select @@tranchained
:
set chained off
)set chained on
)