Variable: sql-db2-program
sql-db2-program is a customizable variable defined in sql.el.gz.
Value
"db2"
Documentation
Command to start db2 by IBM.
Starts sql-interactive-mode after doing some setup.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
;; Customization for DB2
(defcustom sql-db2-program "db2"
"Command to start db2 by IBM.
Starts `sql-interactive-mode' after doing some setup."
:type 'file)