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

Logging concurrent RMXCI sessions
If you plan to run two or more RMXCI sessions concurrently on the same workstation, use the spool
log-file or log log-file command and specify a unique name for each log file. Otherwise,
each session writes information to the same log file, making it difficult to determine which information
belongs to which session.
Stopping the logging process
Run one of the following commands:
spool off
log off
For example, the following command stops logging in a RMXCI session:
SQL>spool off
Viewing the contents of a log file
The log file is an ASCII text file that contains all the lines in RMXCI from the time you start logging
to the time you stop logging. The logged lines include prompts, entered commands, output from
commands, and diagnostic messages.
For example, the following shows a log file that contains information from when you started logging
to when you stopped logging:
46 Interactively running commands in RMXCI