SQL/MX Remote Conversational Interface (RMXCI) Guide for SQL/MX Release 3.2 (H06.25+, J06.14+)
SQL>reset param ?sal
SQL>set param ?sal 80000.00
For more information, see “Resetting the parameters” (page 64).
RUN command
The run command runs the previously run SQL statement. This command does not run a previously
run RMXCI command.
Syntax
RUN
Considerations
You must enter the command in one line.
Example
The following command runs the previously run SELECT statement:
SQL>select count(*) from persnl.employee;
(EXPR)
--------------------
62
--- 1 row(s) selected.
SQL>run
(EXPR)
--------------------
62
--- 1 row(s) selected.
SQL>
SAVEHIST command
The savehist command saves the session history in a user specified file. The session history
contains a list of commands that were run in the RMXCI session before the savehist command.
Syntax
SAVEHIST file-name [CLEAR]
file-name
is the name of a file into which RMXCI stores the session history. If you want the history file to
exist outside the local directory where you launch RMXCI (by default, the RMXCI install directory),
specify the full directory path of the history file. The specified directory must exist before you
run the command.
CLEAR
instructs RMXCI to clear the contents of the specified file before adding the session history to
the file.
RUN command 105










