× 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 David,

http://publib.boulder.ibm.com/infocenter/systems/scope/i5os/index.jsp?topic=/rzasd/sc09250889.htm&tocNode=toc:rzahg/i5os/12/10/6/0/1/2/1/
The linear-main procedure can only be called through a program call;
it cannot be called using a bound call. >

This says that linear-main can only be called as a program call. Since CALLP is able to do program calls, you should be able to use CALLP.

Several people (myself included) have already explained that CALLP can do both dynamic ("program") and bound ("procedure") calls in this very thread. Surely you don't still doubt it?

Am I simply misunderstanding the meaning of CALLP? If I use it to
call a program as opposed to a subprocedure, and at runtime the
program doesn't exist, then it won't work.

I seem to be missing your point. You can't call something that doesn't exist. Surely you're not suggesting that it's desirable to call something that doesn't exist?

The code from the program isn't bound to the caller. So CALLP to a
program is not a bound call?

Program calls are not bound calls. Never have been. Procedure calls are bound calls. Always have been. CALLP can do either.

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.