Neoview Command Interface (NCI) Guide (R2.5)

-overwrite y
-connections 5
Status: Complete
_____________________________________________
PARALLELRUN(PRUN)SUMMARY
_____________________________________________
Total files present ......................99
Total files processed ....................99
Total queries processed .................198
Total errors ..............................0
Total warnings ............................0
Total warnings ............................0
Total connections .........................5
Total connection failures..................0
===========================================================================
PRUN completed at Jul 20, 2007 9:33:21 AM
===========================================================================
PRUN can be started in non-interactive mode using the q parameter of hpnci.cmd or
hpnci.sh, thus requiring no input:
hpnci.cmd -h neo0101.caclab.cac.cpqcorp.net -dsn
TDM_Default_DataSource -u super.services -p host1
-q "prun sd c:/_nci/prun -o y -c 3"
PRUN can be started in non-interactive mode from an OBEY file:
SQL>obey startPrun.txt
SQL>prun -sd c:/_nci/prun -ld c:/_nci/prun/logs -e sql -o y -c 5
PRUN options are -scriptsdir c:/_nci/prun
-logsdir c:/_nci/prun/logs
-extension sql
-overwrite yes
-connections 5
Status: Complete
QUIT Command
The QUIT command disconnects from and exits the NCI.
Syntax
QUIT [WITH][status][IF{condition}]
status
is any 1-byte integer. status is a shell return value, and the range of allowable values is
platform dependent.
condition
is the same as the condition parameter defined for the “IF...THEN Command” (page 90). See
“Condition Parameter” (page 90).
Considerations
You must enter the command on one line. The command does not require an SQL terminator.
Examples
This command disconnects from and exits NCI, which disappears from the screen:
SQL>quit
In a script file, the conditional exit command causes the script file to quit running and
disconnect from and exit NCI when the previously run command returns error code 4082:
102 NCI Commands