Help for the Db2 command line processor
The Db2 command line processor help command provides information about Db2 command line processor commands.
- ?
- Indicates that this is a request for help. If the question mark (
?) is specified by itself, a list of Db2 command line processor commands is displayed. - command
- Indicates that this is a request for help for a specific Db2 command line processor command. You can specify one or more keywords in the command name. If more than one command begins with the same keyword, the Db2 command line processor displays help for all commands that begin with that keyword.
- OPTIONS
- Indicates that this is a request for a list of Db2 command line processor start-up options and their default settings.
Examples
- Example: Displaying a list of Db2 command line processor commands
- To see a list of all Db2 command line processor commands, run this
command:
? - Example: Displaying help for all LIST commands
- To see help for all commands that begin with the keyword LIST, run this
command:
? LIST - Example: Displaying help for a specific LIST command
- To see help for the LIST TABLES command, run this
command:
? LIST TABLES

