×
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.
Hi Chuck,
The example given shows the CALL passing *three* parameters, not
five; i.e. per the USING:
CALL SUB USING P1 P2 P3.
Thanks, I've also figured out that my test is incorrect - just messed playing with 3-5 parms on many platforms,
so I'm getting MCH on COBOL call COBOL also if I use 5 parms.
For now I see the only way to avoid this issue (which does not exist on the platforms other than AS400) is to do
the call to
QCLRPGMI(&info, ...
and figure out the expected number of parameters (info.Max_Parameters)
and than code a huge switch with calls :-)))
Regards,
Sergey
As an Amazon Associate we earn from qualifying purchases.
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.