|
There are only two situations where I would consider binding a module
directly into a program ...
1. Security concerns ... avoiding the risk that some kind of security
program might get overridden by someone by putting the service program it's
bound into higher on the library list.
2. Necessary mixed languages ... where I need to call a C, CL, or Cobol
routine in a program that would never be used anywhere else.
FWIW: I also think that there's no real reason to create multi-module
programs where all the modules are the same language. If you have procedure
that's private to a program (and would never be used in another program),
there's no need to put it in a separate module ... just put the procedure in
the main program. Less to manage that way.
david
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.