DISPLAY OPTIONS [ IMAGE/SQL Administration Guide ] MPE/iX 5.5 Documentation
IMAGE/SQL Administration Guide
DISPLAY OPTIONS
Displays the options in effect for the current IMAGE/SQL utility session.
Syntax
DI[SPLAY] OPTIONS
Prerequisites
None.
Description
Use the DISPLAY OPTIONS command to display the options in effect for the
current IMAGE/SQL utility session. The following information is
displayed:
* The database named in the last SET TURBODB command.
* The DBEnvironment named in the last SET SQLDBE command.
* The condition specified in the last LOG command (on or off).
* The condition specified in the last ECHO command (on or off).
* The name of the IMAGE/SQL utility log file (only if logging is
on).
* The attached/detached status of the database named in the SET
TURBODB command.
Example
In this example, SALES.SERED.ATC is the database named in the most recent
SET TURBODB command and PARTSDBE.SERED.ATC is the DBEnvironment named in
the most recent SET SQLDBE command. Echo is on, logging is on, and the
database is attached to the DBEnvironment.
_______________________________________________
| |
| >>DISPLAY OPTIONS |
| Current base : SALES.SERED.ATC |
| Current SQLDBE : PARTSDBE.SERED.ATC|
| Echo : ON |
| Command Logging : ON |
| Log File : ATCLOG.SERED.ATC |
| |
| *** Database is attached. |
| >> |
_______________________________________________
MPE/iX 5.5 Documentation