NonStop SQL/MP Reference Manual

Table Of Contents
NonStop SQL/MP Reference Manual142115
R-21
RESET SESSION Command
RESET SESSION Command
RESET SESSION is an SQLCI session command that resets SQLCI session options to
default settings.
The session options and their default settings are:
* resets all options to their default settings.
See SET SESSION Command
on page S-39 for more information.
Examples—RESET SESSION
The example following resets the LIST_COUNT and WARNINGS options:
>> RESET LIST_COUNT, WARNINGS;
RESET STYLE Command
RESET STYLE is an SQLCI report writer command that resets style options to their
default settings. Style options affect the appearance of specific report items, such as
underlines, headings, and date and time formats.
RESET [ SESSION ] { option [, option ] ... } ;
{ * }
AUTOWORK ON
BREAK_KEY ON
DISPLAY_ERROR ALL
ERROR_ABORT OFF
ERROR_TEXT DETAIL
LIST_COUNT ALL
MANDATORY_REPOR
T
OFF
STATISTICS OFF
WARNINGS ON
WRAP ON
RESET { [ STYLE ] option [, option ] ... } ;
{ STYLE * }