|
dcl-pr MyProc2 ind;
var char(9) const;
end-pr;
callp MyProc2('bye-bye');
Is perfectly legit. You'll see a SEV 00 messsage during compile...
RNF5409 - The prototyped call returns a value which is lost when CALLP is
used.
Charles
On Fri, Mar 16, 2018 at 1:55 PM, Justin Taylor <JUSTIN@xxxxxxxxxxxxx>
wrote:
Unless the procedure name conflicts with an op code, then you need CALLP.list
-----Original Message-----
From: Alan Campin [mailto:alan0307d@xxxxxxxxx]
Sent: Friday, March 16, 2018 2:50 PM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Subject: Re: RFE - Enhance CL/ILE CALLPRC command to support External
Programs
Sorry, why do CALLP when I can simply do.
dcl-pr GetCount ExtProc('CLPROC');
PR_Field1 Char(9)
end-pr
GetCount(Field1);
why do I need CALLP?
dcl-pr GetCount Int(10) ExtProc('Cpro');
PR_Field1 Char(10);
end-pr;
How do I call this using a CALLP? I can't without discarding the return
value.
If I can prototype any call, then I don't need CALLP.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
To post a message email: MIDRANGE-L@xxxxxxxxxxxx--
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://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: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://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 mailing list archive is Copyright 1997-2025 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.