At a minimum, what's "up" is that the system doesn't think your module is reentrant because of your not using the binder option. Therefore every time the system is asked to load the module, even if there is already a usable copy in storage, another copy is fetched. That wastes storage and CPU time and I/O time. If you don't care about that, so be it. Most do.
And it is possible that there could be procedural dependencies on there being a single copy.. Peter Relson z/OS Core Technology Design ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
