Call a Db2 stored procedure. Specify the stored procedure name and optionally
provide values.
Usage
zowe db2 call procedure <routine> [options]
Positional Arguments
routine
(string)
- The name of a Db2 stored procedure
Options
DB2 Connection Options
--hostname
| -H
(string)
--port
| -P
(number)
- The Db2 server port number
--username
| --user
| -u
(string)
- The Db2 user ID (may be the same as the TSO login)
--password
| --pass
| --pw
(string)
- The Db2 password (may be the same as the TSO password)
--database
| --db
(string)
--sslFile
| --ssl
(string)
- Path to an SSL Certificate file
Profile Options
Examples