Groups > DB2 > DB2 MVS > Running SPROC on DB2




Running SPROC on DB2

Running SPROC on DB2
Thu, 10 Apr 2008 13:46:41 EDT
I have a DB2 instance running on z/os and I am trying to run a SPROC using a
JAVA program from a PC with a JDBC connection. When I try to run I get the
following error:<br />
C:\Download\Shelter\CalledProc&gt;java.exe -cp
./db2jcc.jar;./db2jcc_license_cisuz.jar;./db2jcc_license_cu.jar;.TestConnection
com.ibm.db2.jcc.DB2Driver jdbc:db2://10.220.51.66:65534/ZORBA besyden denver
GBLDATA. log_msg<br />
<br />
Connection successful.<br />
com.ibm.db2.jcc.b.SqlException: unsupported encoding Cp037 for result set
column<br />
..<br />
..<br />
I have the internationl char set running on the PC JRE.<br />
It looks like there is an EBCDIC/ASCII conversion error for BigDecimal.<br
/>
<br />
Post Reply
about | contact