NonStop SQL/MP Reference Manual

Table Of Contents
NonStop SQL/MP Reference Manual142115
S-41
SET SESSION Command
ERROR_ABORT { OFF | ON }
specifies the SQLCI action when an error occurs in a noninteractive SQLCI session.
(Has no effect on an interactive SQLCI session.)
The default when you start SQLCI is ERROR_ABORT OFF.
ERROR_ABORT affects the process completion code returned to the process
creator in the process termination message sent when the SQLCI session ends, as
follows:
ERROR_TEXT { DETAIL | BRIEF }
specifies the default information SQLCI displays when you enter an ERROR
command. You can override the ERROR_TEXT option with the ERROR command.
The default when you start SQLCI is ERROR_TEXT DETAIL.
LIST_COUNT { number | ALL }
specifies how many rows of data from a SELECT command to display before a
pause.
The default when you start SQLCI is LIST_COUNT ALL.
OFF Continue after error
ON Terminate immediately when an error is encountered
Session Type ERROR_ABORT OFF ERROR_ABORT ON
Interactive OK=0 OK=0
Session Warning=0 Warning=0
Error=0 OK=0
Noninteractiv
e
OK=0 OK=0
Session Warning=1 Warning=1
Error=2 Error = abend = 5
DETAIL Display error text, cause, effect, and suggestions for recovery
BRIEF Display only the error text
number Display number rows
ALL Display all the rows of the result table