>I'm trying to determine if they are actually being called/used. If you have the exits defined then they're going to be called, for the events for which they are defined.
The displays can tell you the names of the exit routines associated with the exit. It does not give any information about whether or not the exit is called. If you truly want to know if an exit routine is getting control, you could use a SLIP trap (one at a time) to capture some data upon entry to the exit routine (DISPLAY PROG,EXIT can tell you the exit routine address). 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
