I try to call a proc like this...
call proctest(?, ?, 'doit');
The first two args are output params (DATETIME). The last is an input param (VARCHAR).
I get the following error:
Error: com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -313, SQLSTATE: 07004, SQLERRMC: null, SQL State: 07004, Error Code: -313
Do I have to prep the arguments in some way before I make the call?