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



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.





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.