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

Considerations
You must enter the command in one line.
If the specified file already exists, RMXCI appends new session history information to the file.
Examples
The following command clears the contents of an existing file named history.txt in the
local directory, and saves the session history in the file:
SQL>savehist history.txt clear
SQL>
The following command saves the session history in a file named hist.txt in the specified
directory on a Linux client workstation:
SQL>savehist ./log_files/hist.txt
SQL>
The following command saves the session history in a file named hist.txt in the specified
directory on a Windows client workstation:
SQL>savehist C:\log_files\hist.txt
SQL>
For more information, see “Displaying run commands” (page 60).
SET CATALOG command
The set catalog command sets the default catalog. RMXCI uses this catalog to run the subsequent
SQL statements.
Syntax
SET CATALOG [catalog name];
Considerations
You must enter the command in one line.
The command needs an SQL terminator.
If catalog name is not specified, the command uses the default catalog
NONSTOP_SYSTEM_NSK.
106 RMXCI commands