Start of change

Command line processor help command

The command line processor help command provides information about command line processor commands.

>>-?--+---------+----------------------------------------------><
      +-command-+   
      '-OPTIONS-'   

?
Indicates that this is a request for help. If the question mark (?) is specified by itself, a list of command line processor commands is displayed.
command
Indicates that this is a request for help for a specific 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 command line processor displays help for all commands that begin with that keyword.
OPTIONS
Indicates that this is a request for a list of command line processor start-up options and their default settings.

Examples

Example: Displaying a list of command line processor commands
To see a list of all 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
End of change