Displays the options in effect for the current IMAGE/SQL utility session.
Syntax |
 |
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.
>>
|