Hi Greg
You may want to retest and put something MUCH larger into PARM1
I believe there is a limitation as to the size of what is passed into a parameter (probably wrong - and Im getting mixed up with something else)
Try something that is over 100 characters just to be on the safe side
Alan Shore
E-mail : ASHORE@xxxxxxxx
Phone [O] : (631) 200-5019
Phone [C] : (631) 880-8640
'If you're going through hell, keep going.'
Winston Churchill
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxxxxxxxx] On Behalf Of Greg Wilburn
Sent: Monday, October 7, 2019 1:59 PM
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: [EXTERNAL] Calling an ILE Procedure from CLLE
I have an RPGLE procedure that I need to call from a CLLE program. The issue is the length (and type) of the parameters in the RPG procedure - they are all VARCHAR and range in size from 50 to 1024.
For now, I have it "working" by defining the CL variables as the "maximum size".
For example:
The first parameter of the RPG procedure is VARCHAR(1024), so I defined the CL variable &PARM1 as TYPE(*CHAR) LEN(1024).
CHGVAR VAR(&PARM1) VALUE('about this much data') CALLPRC PRC('my_rpgProc') PARM((&PARM1) (&PARM2)...)
This seems to work (for now)... but I have this little voice in my head telling me it could be a problem down the road.
I despise CL for this very reason.
Greg
--
This is the RPG programming on IBM i (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.