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

Syntax
SHOW HISTOPT
Considerations
You must enter the command in one line.
If the set timing command is set to on, the elapsed time information appears.
Examples
The following commands display the value set for the history option:
SQL>show histopt
HISTOPT DEFAULT [No expansion of script files]
SQL>set histopt all
SQL>show histopt
HISTOPT ALL
SHOW IDLETIMEOUT command
The show idletimeout command displays the idle timeout value of the current RMXCI session.
The idle timeout value of a session determines when the session expires after a period of inactivity.
The default is thirty minutes.
Syntax
SHOW IDLETIMEOUT
Considerations
You must enter the command in one line.
If the set timing command is set to on, the elapsed time information appears.
Examples
The following command shows that the idle timeout value of the session is the default, thirty
minutes:
SQL>show idletimeout
IDLETIMEOUT 30 min(s)
Elapsed time:00:00:00:078
The following command shows that the idle timeout value of the session is four hours:
SQL>show idletimeout
IDLETIMEOUT 240 min(s)
The following command shows that the idle timeout value is an infinite amount of time, meaning
that the session never expires:
SQL>show idletimeout
IDLETIMEOUT 0 min(s) [Never Expires]
The following command displays the elapsed time information because set timing command
is enabled:
SQL>set timing on
SQL>show idletimeout
SHOW IDLETIMEOUT command 103