Hello,
I'm using the DB2 Universal Driver Type 4 to connect from a Java program to a DB2 on z/OS Version 8 in CM mode. I have to call a REXX Stored Procedure that delivers two open cursors as resultsets. I'm not sure if these two open cursors are really resultsets. The meta data of the Stored Procedure say yes - i say no, these are not nativ resultsets. Whenever i call a method on one of these "resultsets" i get the lovly NullPointerException.
My question is how can i associate these cursors in a Java program?
I wouldn't ask this if i have not tried everything - please help.
regards
Marc Gaines