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

200 PRODUCTION SUPV
--- 10 row(s) selected.
SQL> log off
Output of /usr/home/tmp/a.txt
====================
JOBCODE JOBDESC
------- ------------------
100 MANAGER
450 PROGRAMMER
900 SECRETARY
300 SALESREP
500 ACCOUNTANT
400 SYSTEM ANALYST
250 ASSEMBLER
420 ENGINEER
600 ADMINISTRATOR
200 PRODUCTION SUPV
--- 10 row(s) selected
The following command starts the logging process, clears existing information from the log
file, and instructs that no output appear on the console window:
SQL>log /usr/home/tmp/b.txt clear, cmdtext off, quiet
SQL>select *
+>from cat.toi.job;
SQL> log off
Output of /usr/home/tmp/b.txt
====================
JOBCODE JOBDESC
------- ------------------
100 MANAGER
450 PROGRAMMER
900 SECRETARY
300 SALESREP
500 ACCOUNTANT
400 SYSTEM ANALYST
250 ASSEMBLER
420 ENGINEER
600 ADMINISTRATOR
200 PRODUCTION SUPV
--- 10 row(s) selected
The following command stops the logging process:
SQL>log off
For more information, see “Logging output” (page 45).
VERSION command
The version command displays the build versions of the database platform, RMXCI and NonStop
JDBC Type 4 Driver.
Syntax
VERSION
VERSION command 117