We have some clients who are reporting that they are not using TELON anymore but we see the loadlib in the allocations for some of their regions.
Taking the allocation out might cause an outage so we are hesitant to do that Is there some way to tell if there is anything left in a CICS/IMS/DB2 region that requires the Telon Loadlib?
TelonĀ® Application Generator
We are not aware of any way they can tell if they still need the Telon load library allocated to their regions. If they use the TDF in any of them, they most certainly do. But as for end-user programs, their necessity would be depend on a number of factors, such as:
If you have Telon programs running in a region, and if those Telon programs use external subroutines that are dynamically called rather than hard-linked into the program, the loadlib is needed in the startup deck. A S806 abend will result if a dynamically-called load module is not found at runtime. If all the Telon subroutines are hardlinked in, the Telon loadlib is not required to be included in the CICS startup JCL.