The db2 command starts the command line processor. The CLP is used to execute database utilities, SQL statements and online help. It offers a variety of command options, and can be started in:
| Note: | On Windows NT, db2cmd - Open DB2 Command Window opens the CLP-enabled DB2 window, and initializes the DB2 command line environment. Issuing this command is equivalent to clicking on the DB2 Command Window icon. |
QUIT stops the command line processor. TERMINATE also stops the command line processor, but removes the associated back-end process and frees any memory that is being used. TERMINATE is recommended if the database has been stopped, or if database configuration parameters have been changed.
| Note: | Existing connections should be reset before terminating the CLP. |
The shell command (!), allows operating system commands to be executed from the interactive or the batch mode on UNIX based systems, and on OS/2 or the Windows operating system (!ls on UNIX, and !dir on OS/2 or the Windows operating system, for example).
| Note: | Shell command support is not available on Windows 3.1. |
Authorization
None
>>-db2----+------------------------------------------------+---><
| .-------------------. |
| V | |
+----+--------------+--+---+-------------------+-+
| '-option-flag--' +-db2-command-------+ |
| +-sql-statement-----+ |
| '-?--+------------+-' |
| +-phrase-----+ |
| +-message----+ |
| +-sqlstate---+ |
| '-class-code-' |
'-----comment------------------------------------'
Command Parameters
? options requests a description and the current settings of the CLP options. ? help requests information about reading the online help syntax diagrams.
| Note: | In each case, a blank space must separate the question mark (?) from the variable name. |