×
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.
In regard to the idea of creating the source as a separate module and then binding it in, the idea is that it would only ever be bound into that single program. Like Buck, I wouldn't recommend creating a module that would be shared with multiple programs. That's what service programs are for.
Kurt Anderson
Sr. Programmer/Analyst - Application Development, Service Delivery Platform
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Buck Calabro
Sent: Friday, August 14, 2015 2:34 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: Re: External procedure call returns a value. Does it need to be a service program?
On 8/14/2015 2:11 PM, Kurt Anderson wrote:
Without knowing the full story, I can't really recommend an approach, however I will tell you that I pretty much never create a program that provides a 'service' to another program.
Seconded.
Additionally, I never (and I mean not even once) create a module to bind by copy for a *PGM. If the code will remotely need to be used elsewhere, it goes into a service program. If not, it goes directly into the source of the *PGM that will consume it.
--
--buck
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.