× 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 not arguing that is not legit. My question is why bother.

MyProc2('bye-bye');

What IBM has done for us is the ability to abstract away whether we are
calling a procedure, calling a program or calling a bound in CL or C.

Once prototyped, you just call it as a procedure. l.

On Fri, Mar 16, 2018 at 1:07 PM, Charles Wilt <charles.wilt@xxxxxxxxx>
wrote:

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.



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

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

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.