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



... first of all: talking about performance of call operations, we are talking about the diffrence between nano seconds and micro seconds and you would have to make kilo of calls to make the diffrence measurable and even then, you would not notice any diffrence in a real world applicaton.
Going to some details: the time consuming part of a call operation is the activation of a programm (or SRVPGM), once activated, there would be no typical diffrence between calling an activated main (= programm call) or calling a bound procedure, or calling an internal subprocedure, or branching to a subroutine - it depends on other factors what would be fastest. The time, taht is needed to activate a component depends on the size of this component, how many static variables need to be allocated and initialized and how many dependent objects have to be activated. In many cases activation of a SRVPGM might take longer, than activation of a standalone programm. Bound procedure calls may have the advantage, that with one activation, multiple procedures are bound, so that one activation enables some thousands of fast call operations, but there are scenarios where simple dynamic calls (calling the same programm 1000 times without setting LR) beats the bound call of a procedure (calling a procedure in a big SRVPGM in ACTGRP(*NEW)).

The important benefit of procedures and SRVPGMs is the possibility to have a programm object, with multiple entry points, having multiple procedures, sharing a statefull global context.

D*B

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.