×
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.
Hello Niels,
Am 30.09.2022 um 22:16 schrieb Niels Liisberg <nli@xxxxxxxxxxxxxxxxx>:
Is it possible to have a specific procedure called in a service program when it is loaded? Similar to a *INZSR in a good old RPG program.
As far as I'm aware from the ILE manuals: No. I've understood service programs to merely be an "external" collection of functions/routines, very much akin to shared library files on Linux. As such, there is no "open" of a service program and in turn no implicit *INZSR.
I need to initialize some CCSID specific tables when the service program is loaded - Is that possible?
No. You can put the initialization code into a service program function, but your code still has to call that function so it is run.
:wq! PoC
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.