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


 
Syntax
SHOW COLSEP
Considerations
In the Neoview Script interface, you must enter the command on one line. The command does
not require an SQL terminator.
Examples
This SHOW COLSEP command displays the column separator.
SQL> show colsep
COLSEP " "
SQL> set colsep *
SQL> show colsep
COLSEP "*"
SHOW HISTOPT Command
The SHOW HISTOPT command displays the value that has been set for the history option.
Syntax
SHOW HISTOPT
Considerations
In the Neoview Script interface, you must enter the command on one line.
Examples
This command displays the value set for the history option:
SQL>show histopt
HISTOPT DEFAULT [No expansion of script files]
SQL>set histopt all
SQL>show histopt
HISTOPT ALL
SHOW IDLETIMEOUT Command
The SHOW IDLETIMEOUT command displays the idle timeout value of the current Neoview
Script session. The idle timeout value of a session determines when the session expires after a
period of inactivity. The default is 30 minutes.
Syntax
SHOW IDLETIMEOUT
Considerations
In the Neoview Script interface, you must enter the command on one line. The command does
not require an SQL terminator.
114 Neoview Script Interface Commands