Bind By Slash-Copy
May 15, 2013 Ted Holt
I advise, recommend, urge, admonish, and even cajole RPG programmers to quit using subroutines and start using subprocedures instead. Yet I still hear from people who work in shops that allow the use of RPG IV (a.k.a. ILE RPG), but do not allow binding to modules and service programs. Today I offer two ways to use subprocedures that do not require ILE binding. But first, let’s have a quick review of ILE binding of subprocedures into programs. 1. Bind by copy The object code of the subprocedures of a module is copied into the object code of a program |