×
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.
Larry Ducie wrote:
I mean, when parameters are passed to a subprocedure the OS passes an array
of pointers together with operational descriptors doesn't it?
No, you're thinking of program calls; the parameters to programs are
passed as an array of pointers (but without the operational descriptor).
The parameters to bound procedures are passed individually. When you
pass a parameter by value, the OS really does copy the entire parameter
value as part of low-level parameter passing. (This is additional to
any copying that the RPG compiler does to create temporaries due to type
or size differences; that _is_ usually the same for CONST and VALUE.)
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.