We found the SQL return code was being put in SQLCA(1)...
Thanks,
Matt
-----Original Message-----
From: Anderson, Kurt [mailto:KAnderson@xxxxxxxxxxxx]
Sent: Thursday, June 06, 2013 8:40 AM
To: Midrange Systems Technical Discussion
Subject: RE: SQL Return Value from Stored Procedure
Hi Matt,
I believe this will help you in terms of using RPG to call a stored procedure and access the result set.
http://www.redbooks.ibm.com/abstracts/tips0801.html
In regard to knowing the return value data type, you'd have to see the source for the Stored Procedure, or talk to the developer. There is no standard. Anything can be returned in a result set.
-Kurt
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Matt Olson
Sent: Wednesday, June 05, 2013 3:04 PM
To: midrange-l@xxxxxxxxxxxx
Subject: SQL Return Value from Stored Procedure
Folks,
When you execute a SQL stored procedure from RPG, how do you get the return value of the stored procedure, and what is the data type (INTEGER? If so then is it defined a "9B 0")?
We are executing it by doing a CALL storedprocname
Thanks,
Matt
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/midrange-l.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.