You can pass the following parameters types to DB Stored Procedure job;
Input parameter (in)
Output parameter (out) or
Both (in out) parameters
Steps
1. Click Parameters in the left pane.
2. Click Add to send parameters to the procedure, and complete the following fields:
ParameterSpecifies the parameter variable that is passed to the procedure.
Note
: You must specify the parameter name, whether the parameter is an input parameter (in), an output parameter (out) or both (in out), and the parameter type.
Example
: onea in out CHAR
ValueDefines the parameter value passed to the procedure.
3. Click OK.<Please see attached file for image>