× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I am trying to create a stored procedure that calls a CL program which in
turn calls a RPG program to return a result set.

I am not able to get it to work.What do I need to change?

drop procedure qgpl.IAR400;

Create procedure qgpl.IAR400
(IN USER_ID CHAR(10),
IN PU_Type CHAR(01),
OUT Error_Code CHAR(02),
OUT PERRMSG CHAR(100) )

EXTERNAL NAME DEVDF.IAR400
LANGUAGE RPGLE
SPECIFIC IAC400
NOT DETERMINISTIC
MODIFIES SQL DATA
CALLED ON NULL INPUT
PARAMETER STYLE GENERAL WITH NULLS
DYNAMIC RESULT SETS 1
;
The stored procedure should call IAC400 which will call IAR400.

TIA

Darryl Freinkel

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.