README for the HP Neoview Command Interface (NCI) (R2.3)

On Linux or UNIX, enter
<installer directory>/nci/bin/hpnci.sh -version
<installation-directory> is the directory where you installed the NCI
software files.
The command displays this version information:
Neoview JDBC Type 4 Driver :
T1249_N26(R2.3)_AAQ_<ddmmmyy>_HP_JDBC4_<yyyy>_<mmm>_<dd>
NCI Command Interface :
T0774_N26_AAD(R2.3)_<ddmmmyy>_HP_NCI_<yyyy>_<mmm>_<dd>
<ddmmmyy> is the date, where <dd> is the day, <mmm> is the month, and
<yy> is the year (for example, 01JAN08). The second part is
<yyyy>_<mm>_<dd> where <yyyy> is the year, <mm> is the month, and <dd>
is the day (for example, 2008_01_15).
1.6 Using Conditional Statements
This section describes new conditional features of NCI. In addition, the
EXIT command has been enhanced. Note: These commands will not appear in
the Neoview Command Interface Guide for R2.3, but will be included in the
next release.
o LABEL Command
o GOTO Command
o IF...THEN Command
o SHOW ACTIVITYCOUNT Command
o SHOW ERRORCODE Command
o EXIT Command (enhanced)
LABEL Command
The LABEL command marks a point in the command history that can be jumped
to using the GOTO command. See the GOTO command for more information.
Syntax:
LABEL { Label }
Label is a string of characters without quotes and spaces, or a quoted
string.
This command has to be entered on a single line.
Example:
SQL> LABEL MyNewLabel SQL> LABEL "Neoview Label"