Neoview Script Guide (R2.2)

A Neoview Script Interface Commands
Neoview Script supports these commands in the Neoview Script interface or in script files that
you run in the Neoview Script interface. For a list of Neoview Script interface commands that
are available only to HP support, see the Neoview Database Support Guide.
SyntaxDescriptionCommand
See the “@ Command” (page 86).Runs the SQL statements and Neoview
Script interface commands contained
in a specified script file.
@
See the “/ Command” (page 86).Runs the previously executed SQL
statement.
/
See the “CLEAR Command”
(page 87).
Clears the command console so that
only the prompt appears at the top of
the screen.
CLEAR
See the “CONNECT Command”
(page 87).
Creates a new connection to the
Neoview platform from a current or
existing Neoview Script session.
CONNECT
See the “DISCONNECT Command”
(page 88).
Terminates the connection to the
Neoview platform.
DISCONNECT
See the “ENV Command” (page 89).Displays attributes of the current
Neoview Script session.
ENV
See the “EXIT Command” (page 90).Disconnects from and exits the
Neoview Script interface.
EXIT
See the “FC Command” (page 91).Edits and reexecutes a previous
command. This command is restricted
to the Neoview Script interface and is
disallowed in script files.
FC
See the “LOCALHOST Command”
(page 95).
Displays help text for the interface
commands that are supported in the
current operating mode.
HELP
See the “HISTORY Command”
(page 94).
Displays recently executed commands.HISTORY
See the “LOCALHOST Command”
(page 95).
Executes client machine commands.LOCALHOST
See the “LOG Command” (page 96).Logs commands and output from the
Neoview Script interface to a log file.
LOG
See the “MODE Command”
(page 97).
Determines the operating mode of the
current session to be either SQL for
database commands or CS for
connectivity service commands.
MODE
See the “OBEY Command” (page 98).Runs the SQL statements and Neoview
Script interface commands contained
in a specified script file.
OBEY
See the “ONLINEDBDUMP
Command” (page 100).
Alters or displays the configured time
to backup or dump the entire Neoview
database.
ONLINEDBDUMP
See the “PRUN Command” (page 100).Runs script files in parallel.PRUN
See the “QUIT Command” (page 102).Disconnects from and exits the
Neoview Script interface.
QUIT
See the “RECONNECT Command”.Creates a new connection to the
Neoview platform using the login
credentials of the last successful
connection.
RECONNECT
83