SQL/MX Remote Conversational Interface (RMXCI) Guide for SQL/MX Release 3.2 (H06.25+, J06.14+)

SQL> show errorcode
ERRORCODE 29481
SHOW FETCHSIZE command
The show fetchsize command displays the fetch size value for the current RMXCI session.
Syntax
SHOW FETCHSIZE
Considerations
You must enter the command in one line.
Examples
The following commands display the fetch size of the current RMXCI session, sets the fetch size to
a new value, and then displays the fetch size:
SQL>show fetchsize
FETCHSIZE 0 [Default]
SQL>set fetchsize 1
SQL>show fetchsize
FETCHSIZE 1
SHOW HISTOPT command
The show histopt command displays the value that has been set for the history option.
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.
SHOW FETCHSIZE command 125