README for HP Neoview Script Product version: HP Neoview Release 2.2 (Update 2) Document Version: 1.0 Part Number: 544589-002 Date: 9 MAY 2008 This README file lists the new features and describes how to install the HP Neoview Script client interface. Use the Neoview Script command-line interface to manage HP Neoview SQL databases on an HP Neoview Data Warehousing Platform for Business Intelligence. For legal notices, see the end of this document.
Session.py README (for sample programs) sample.pl sample.py sample.sql sample-beta.pl (beta version) sample-beta.py (beta version) By default, those files will be installed in these directories: /nvscript/ /nvscript/bin/ /nvscript/lib/ /nvscript/lib/perl/ /nvscript/lib/python/ /nvscript/samples/ III. Pre-Installation Instructions ================================== You must have a Java Runtime Environment (JRE) version of 1.5, 1.4.2 or later installed on the client workstation.
to the download site: http://www.software.hp.com 3. Enter "Neoview Script" in the search box in the upper right corner of the Software Depot home page. 4. Click the HP Neoview Script link that appears in the search results. 5. Follow instructions to download HP Neoview Script, which includes the hpnvsInstaller_v22u2.jar file, to the directory or folder in Step 1. 6. Run the Neoview Script Installer Wizard by entering this command on the client workstation: java -jar hpnvsInstaller_v22u2.
==================================== To configure the Neoview Script interface, such as choosing the look and feel of the interface or presetting launch parameters, see the "Neoview Script Guide" at: http://docs.hp.com/en/busintellsol.html VI. Getting the Version of Neoview Script ========================================= To display the version of the downloaded installer file: 1. Change to the directory where you downloaded the hpnvsInstaller_v22u2.jar file: cd 2.
\nvscript\bin\hpnvs.cmd -version * On Linux or UNIX, enter: /nvscript/bin/hpvns.sh -version is the directory where you installed the Neoview Script software files. The command displays this version information: Neoview Script Build Version : T0774_N25(R2.2)__HP_NVS___- Neoview JDBC Type 4 Driver Build Version : T1249_N25(R2.
All commands executed after a GOTO statement will be ignored until the specified Label is set. GOTO can not currently jump back in the command history; it is a forward-only command. To set a label, use the LABEL command. Syntax: GOTO { Label } Label is a string of characters without quotes and spaces, or a quoted string Considerations This command has to be entered on a single line.
{ variable-name | value } { operator } { variable-name | value } variable-name { LASTERROR | RECCOUNT | ACTIVITYCOUNT | ERRORCODE | [%] any ENV variable | any SQL parameter } value { any-integer | quoted-string } quoted-string “any non-quote character” [\] is the optional escape character operator The following is a list of valid operators and their meanings == | = equal to <> | != | ~= | ^= not equal to > greater than >= greater than or equal to < less than <= less than or equal to o The action parameter
SQL> LABEL insertAlice SQL> INSERT INTO Employees(SSN, FName, LName) VALUES(987654321, 'Alice', 'Smith'); SQL> EXIT SQL> LABEL insertBob SQL> INSERT INTO Employees(SSN, FName, LName) VALUES(123456789, 'Bob', 'Smith'); SQL> EXIT 6. EXIT The EXIT command disconnects from and exits Neoview Script. EXIT can return a status code. If no status code is specified, zero is returned by default. In addition, a conditional statement can be appended to the command.
The computer program listings, specifications, and documentation herein are the property of Hewlett-Packard Development Company, L.P. or a third-party supplier and shall not be reproduced, copied, disclosed, or used in whole or in part for any reason without the prior express written permission of Hewlett-Packard Development Company, L.P.