×
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.
On 2/28/19, 10:44 AM, Debbie Panco wrote:
What is a service program?
You've already received at least two excellent answers; here's another
answer:
A service program is a variant on a normal ILE bound program, containing
"library functions and procedures" that can be called by other ILE bound
programs and service programs. It is not executable on its own, although
its procedures and functions can, as I recall, be tied to SQL as stored
procedures.
It is roughly the ILE equivalent to a Windows DLL, or an Amiga shared
library.
Back in the pre-ILE days, one could achieve substantially (if rather
crudely) the same result by creating a program whose main entry point
expected an opcode among its parameters; this opcode would then select
the routine to be executed.
If you do a DSPPGM on an ILE program, page 4 will show the service
programs it calls.
--
James H. H. Lampert
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.