I have a rpgle client trying to call DB2 JDBC procedures in a service program. None of my procedures are being found. I have a code example but no procedure is binding to the client.
For example: The getBytes is not found. I did a crtsrvpgm with export *all.

---------------------Client...