Neoview Command Interface (NCI) Guide (R2.5)
250 ASSEMBLER
420 ENGINEER
600 ADMINISTRATOR
200 PRODUCTION SUPV
--- 10 row(s) selected
• This command start the logging process, clears existing information from the log file, and
specifies that no output appears on the console window:
SQL>log c:\temp\b.txt clear, cmdtext off, quiet
SQL>select *
+>from neo.toi.job;
SQL> log off
Output of c:\temp\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
This command stops the logging process:
SQL>log off
For more information, see “Logging Output” (page 58).
VERSION Command
The VERSION command displays the build versions of the Neoview platform, Neoview
Connectivity Services, Neoview Command Interface, and the Neoview JDBC Type 4 Driver.
Syntax
VERSION
Considerations
You must enter the command on one line. The command does not require an SQL terminator.
150 NCI Commands