HP (Hewlett-Packard) 544530-001 Computer Accessories User Manual


 
MODE and SHOW MODE
SET COLSEP and SHOW COLSEP
SET HISTOPT and SHOW HISTOPT
SET IDLETIMEOUT and SHOW IDLETIMEOUT
SET MARKUP and SHOW MARKUP
SET PROMPT
SET TIME and SHOW TIME
SET TIMING and SHOW TIMING
VERSION
All other interface commands are disallowed in CS mode.
Considerations
In the Neoview Script interface, you must enter the command on one line. The command
does not require an SQL terminator.
You cannot execute the MODE command or any connectivity service commands in PRUN
script files. However, you can execute the MODE command in OBEY or @ script files.
Examples
This command changes the Neoview Script session to CS mode operation:
SQL>mode cs
CS#
For more information, see Appendix C (page 135).
This command returns the Neoview Script session to SQL mode operation:
CS#mode sql
SQL>
OBEY Command
The OBEY command executes the SQL statements and Neoview Script interface commands
contained in a specified script file.
Syntax
OBEY script-file [ (section-name) ]
script-file
is the name of an ASCII text file that contains SQL statements, Neoview
Script interface commands, and comments. If the script file exists outside
the local directory where you launch Neoview Script (by default, the
Neoview Script bin directory), specify the full directory path of the script
file.
(section-name) is the name of a section within the script-file to execute. If you specify
section-name, the OBEY command executes the commands between
the header line for the specified section and the header line for the next
section (or the end of the script file). If you omit section-name, the
OBEY command executes the entire script file. For more information, see
“Section Headers” (page 67).
OBEY Command 93