The problem was that my program defined the exits to SYS and the shop defined the exits to the different subsystems. The correction was to define the exits to SYS and the different subsystems but this leads me to a question and a caution to share...
Caution the Installation Exit manual is misleading when it says: If you use the SUBSYS option, the system invokes the IEFU83 routine only for work running under the subsystems you specify on SUBSYS. If you use the SYS option, the system invokes the IEFU83 routine for work running under any SMF-defined subsystem, such as JES2, JES3, STC, ASCH, OMVS, or TSO. It is referring only the the SMFPRMxx member. The statement that applies here is... To define IEFU83 to the dynamic exits facility, you must specify the exit in both PROGxx and SMFPRMxx. The system does not call the exit if it is defined in PROGxx only. (CSVDYNEX adds it to PROGxx dynamically) Question... Why does the D SMF,O output show the following when the SYS exits are not active? SYS(EXITS(IEFUAV)) -- DEFAULT SYS(EXITS(IEFUTL)) -- DEFAULT SYS(EXITS(IEFUSO)) -- DEFAULT SYS(EXITS(IEFUSI)) -- DEFAULT SYS(EXITS(IEFUJV)) -- DEFAULT SYS(EXITS(IEFUJP)) -- DEFAULT SYS(EXITS(IEFUJI)) -- DEFAULT ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
