 |
» |
|
|
|
Provides information about IMAGE/SQL utility commands. Syntax |  |
{ H[ELP] ? } [CommandName [KeyWord]] Parameters |  |
- CommandName
is the name of the IMAGE/SQL utility command about which you want information.
The abbreviated form of the command can be used.
If this parameter is omitted, syntax information about all IMAGE/SQL utility commands
is displayed. - KeyWord
is a word that further defines some commands. For example, in the
DISPLAY MAP command, MAP is a keyword. If this parameter is omitted,
help is displayed for all keywords associated with a particular command name.
Prerequisites |  |
None. Description |  |
Use the HELP command to display information about IMAGE/SQL utility commands. Example 1 |  |
In the following example, because no IMAGE/SQL utility command name has been specified as
a parameter of the HELP command, the syntax for all IMAGE/SQL utility commands is displayed.
>>HELP
The following commands are available:
AD[D] USER AT[TACH] DEL[ETE] USER
DET[ACH] DI[SPLAY] MAP DI[SPLAY] OPTIONS
DI[SPLAY] SQLDBE[S] DI[SPLAY] TURBODB[S] DI[SPLAY] USER[S]
EC[HO] EX[IT] H[ELP]
L[OG] Q[UIT] RECOVER
REDO SE[T] SQLDBE SE[T] TURBODB
SP[LIT] U[PDATE] TYPE U[PDATE] USER
X[EQ]
For help on a particular command, type : 'HELP CommandName [KeyWord]'
>>
|
Example 2 |  |
In the following example, the HELP command is qualified with the IMAGE/SQL utility command
DISPLAY and the keyword SQLDBES. The
syntax and an example of this command/keyword are displayed.
>>HELP DISPLAY SQLDBES
DI[SPLAY] SQLDBE[S]
----------------
Displays all the DBEnvironments associated with a specific TurboIMAGE/XL
database.
SYNTAX
DI[SPLAY] SQLDBE[S] [FOR TurboDBName [,MAINT = TurboMaintWord]]
EXAMPLE
DISPLAY SQLDBES FOR MYTURBODB
>>
|
|