Re: RPG Service Program vs Include Source for Shared Subprocedures and SQL Calls
Brian May <bmay-vHNbTNUSjfwkqdnoteijUAC/[email protected]> Sat, 21 Mar 2026 03:17:20 +0000
| Newsgroups | gmane.comp.lang.as400.rpg |
|---|---|
| Message-ID | <BL3P223MB0340395DCD27C82DE0C0D5C7D74DA@BL3P223MB0340.NAMP223.PROD.OUTLOOK.COM> |
The only time I recommend /INCLUDE is for license key/security functions in vendor software. And that only so someone can't try to bypass them. Brian May Profound Logic Software Principal Technology Evangelist http://www.profoundlogic.com<http://www.profoundlogic.com/> <http://www.profoundlogic.com/> 937-439-7925 Phone 877-224-7768 Toll Free [Profound Logic Logo] ________________________________ From: RPG400-L <rpg400-l-bounces-+hD5IHI5Xscn3HwCXmMcX9BPR1lH4CV8@public.gmane.org> on behalf of Richard Schoen <richard-DiTrGpQEJGItADg8e/3/[email protected]> Sent: Friday, March 20, 2026 4:13 PM To: [email protected] <[email protected]> Subject: RPG Service Program vs Include Source for Shared Subprocedures and SQL Calls Caution: This email originated from an external source. Please do not click links or open attachments unless you recognize the sender and know the content is safe. Hi All, In the Python, Java and .Net world I usually create Python classes, jar files or DLLs to contain shared functionality. Because most IBMi shops have an interesting mix of RPG code bases I'm trying to determine whether I should create a service program or use includes for shared functionality at a customer site. With service programs, write once, bind and use everywhere. With copy books, just include on-the-fly. In the past I've leaned towards copybooks, but I'm curious what others think. I'm a little cautious of burying SQL functionality into one or more service programs. Real-world thoughts appreciated. Thanks Regards, Richard Schoen Web: http://www.richardschoen.net Email: richard-DiTrGpQEJGItADg8e/3/[email protected]<mailto:richard-DiTrGpQEJGItADg8e/3/[email protected]> -- This is the RPG programming on IBM i (RPG400-L) mailing list To post a message email: [email protected] To subscribe, unsubscribe, or change list options, visit: https://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request-+hD5IHI5Xscn3HwCXmMcX9BPR1lH4CV8@public.gmane.org Before posting, please take a moment to review the archives at https://archive.midrange.com/rpg400-l. Please contact support-FMtJrHiV//lnDLsaKlm4mFaTQe2KTcn/@public.gmane.org for any subscription related questions. -- This is the RPG programming on IBM i (RPG400-L) mailing list To post a message email: [email protected] To subscribe, unsubscribe, or change list options, visit: https://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request-+hD5IHI5Xscn3HwCXmMcX9BPR1lH4CV8@public.gmane.org Before posting, please take a moment to review the archives at https://archive.midrange.com/rpg400-l. Please contact support-FMtJrHiV//lnDLsaKlm4mFaTQe2KTcn/@public.gmane.org for any subscription related questions.