Originally posted by: SystemAdmin
Hi
I am a newbie to WebSphere Transformation Extender.
I am having trouble using DBQUERY function to call a DB2 stored procedure which takes a bunch of input paramters and returns a cursor/resultset as output in a Map rule.
I do not find a way of handling cursor/resultset in WTX.
Following is my rule:
DBQUERY( "CALL IRMSP367('25', 123456789, 'ABC', 'XYZ', ?,?)", "-DBTYPE DB2 -CONNECT DTXX -USER XXXXXX -PASSWORD xxxxxx -TRACE " )
I can only capture 2 out parameters from the above call. But I am really interested in the cursor which has multiple columns and rows.
Can some one please shed some light on how to do this?
I appreciate your help
Thanks
#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender#DataExchange