DB2 10.5 for Linux, UNIX, and Windows

QUIT command

Exits the command line processor interactive input mode and returns to the operating system command prompt.

If a batch file is being used to input commands to the command line processor, commands are processed until QUIT, TERMINATE, or the end-of-file is encountered.

Authorization

None

Required connection

None

Command syntax

Read syntax diagramSkip visual syntax diagram
>>-QUIT--------------------------------------------------------><

Command parameters

None

Usage notes

QUIT does not terminate the command line processor backend process or break a database connection. CONNECT RESET breaks a connection, but does not terminate the backend process. The TERMINATE command does both.