SQL/MX Remote Conversational Interface (RMXCI) Guide for SQL/MX Release 3.1 (H06.23+, J06.12+)

SQLTERMINATOR ;
STATISTICS OFF
TIME OFF
TIMING OFF
USER super.super
SQL>
The following env command shows the effect of setting various session attributes:
SQL>env
COLSEP " "
DATASOURCE TDM_Default_DataSource
HISTOPT DEFAULT [No expansion of script files]
IDLETIMEOUT 0 min(s) [Never Expires]
LIST_COUNT 0 [All Rows]
LOG /usr/home/examples.log
LOOK AND FEEL RMXCI
MARKUP RAW
PROMPT 4:16:49 PM >
CATALOG NONSTOP_SYSTEM_NSK
SCHEMA PERSNL
SERVER nsksys.ind.hp.com:18650
SQLTERMINATOR ;
STATISTICS OFF
TIME ON
TIMING ON
USER super.super
4:16:49 PM >
EXIT command
The exit command disconnects from the database and exits the RMXCI session. The exit
command can return a status code. If no status code is specified, zero is returned by default. In
addition, a conditional statement can be appended to the command.
Syntax
EXIT [WITH][status][IF{condition}]
status
is any 1-byte integer. The status is a shell return value, and the range of allowable values
is platform dependent.
condition
is the same as the condition parameter defined for the “IF...THEN command” (page 69). See
“Condition Parameter” (page 69).
Considerations
You must enter the command in one line.
EXIT command 63