Changes have been made to user exits and now need to be implemented. How to activate the changes that were made to user exits?
Release: 11.0
After user exits have been modified, changes can be picked up dynamically. You can refresh exits as long as the module is eligible to be refreshed.
comchar DISPLAY MOD=*REFRESH will list modules that are eligible to be refreshed.
comchar REFRESH MOD=nnnnnnnn can be used to refresh the module for the exit. This applies to all exits with the exception of U11SSSEX which cannot be refreshed. In order activate changes made to U11SSSEX, cycle DBAS with RECOVCSA=NO specified in the config file, perform a LLA refresh if CA 11 loadlib is in linklist, and do a CAS9 REINIT.