NonStop SQL/MP Reference Manual

Table Of Contents
NonStop SQL/MP Reference Manual142115
S-54
SHOW SESSION Command
SHOW SESSION Command
SHOW SESSION is an SQLCI command that displays the values of the current session
options.
* displays all session options.
See SET SESSION Command
on page S-39 for an explanation of each session option.
Examples—SHOW SESSION
The following command displays the current values of all options:
>> SHOW SESSION *;
-----------------------------
Current SESSION Option Values
-----------------------------
AUTOWORK ON
BREAK_KEY OFF
DISPLAY_ERROR MAIN
ERROR_ABORT OFF
ERROR_TEXT DETAIL
LIST_COUNT 10
MANDATORY_REPORT ON
STATISTICS OFF
WARNINGS ON
WRAP OFF
SHOW [ SESSION ] { option [, option ] ... } ;
{ * }
option is:
{ AUTOWORK }
{ BREAK_KEY }
{ DISPLAY_ERROR }
{ ERROR_ABORT }
{ ERROR_TEXT }
{ LIST_COUNT }
{ MANDATORY_REPORT }
{ STATISTICS }
{ WARNINGS }
{ WRAP }