Listing the DBM Server Commands
Use
You request a list of all
DBM Server commands with a short syntax description.The list of displayed commands can be restricted via the parameter
<command>. Only those commands are displayed which start with the specified character string.Prerequisites
You do not need to log on to the
DBM Server to execute this DBM Server command.Syntax
help [-obsolete] <command>
d:\v73>dbmcli help autosave
OK
autosave_cancel (obsolete version of autolog_cancel)
autosave_off (obsolete version of autolog_off)
autosave_on (obsolete version of autolog_on)
autosave_show (obsolete version of autolog_show)
Option
If you specify the
-obsolete option, only the obsolete commands will be displayed. The current command name is indicated in each case.If you then enter the
help <command>, the full syntax and available options for the command are displayed.d:\v73>dbmcli help -obsolete
OK
autosave_cancel (obsolete version of autolog_cancel)
autosave_off (obsolete version of autolog_off)
autosave_on (obsolete version of autolog_on)
autosave_show (obsolete version of autolog_show)
backup_save_cancel (obsolete version of autolog_on)
backup_save_ignore (obsolete version of backup_ignore)
.....
Reply
OK<NL>
<commandname> <description><NL>
<commandname> <description><NL>
...
In the event of errors, see
Reply Format.