× 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.



Why not use ILE? Create an RPG module and a CLLE module. Have the RPG
module call the CL module to do the setup.

Bind together to form a program. Even better, create a service program.
Faster.

You are not calling a CL program that calls an RPG program. CLLE will be
bound in and called from RPG.


On Tue, Aug 1, 2017 at 10:08 AM, a4g atl <a4ginatl2@xxxxxxxxx> wrote:

Arco

I have it using RPG now for testing but going into production, I'll need
the CL to set up libraries etc.

Regards Darryl

On Tue, Aug 1, 2017 at 10:44 AM, Arco Simonse <arco400@xxxxxxxxx> wrote:

You are calling a CL program but your stored procedure is defined with
LANGUAGE RPGLE.

Regards,
-Arco

Op dinsdag 1 augustus 2017 heeft a4g atl <a4ginatl2@xxxxxxxxx> het
volgende
geschreven:

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
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx <javascript:;>
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx <javascript:;>
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx <javascript:;> for any
subscription
related questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: http://amzn.to/2dEadiD

--
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.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: http://amzn.to/2dEadiD

--
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.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: http://amzn.to/2dEadiD


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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.