I'm getting the error below when calling a simple SP from the Rational Application Developer Data Perspective when connecting to a DB2 DB instance running on z/OS. Also when calling from SQuirreL. Straight SQL queries run no problem. The query also works fine when called from my JAVA code.
Stored Proc is
'Error: [ibm][db2][jcc][10243][10940] String literals not supported in
stored procedure calls to DB2 for z/OS'
CREATE PROCEDURE testEM( IN id CHAR(12) )
P1: BEGIN
.....
END P1
Works fine on a local DB2 instance, anybody any idea if this is possible?