CAZ1225I/CAZ1225W
Exit Point: task_name, not active; RSN=X"reason_code".

Explanation

The exit point defined by task_name was not active for the reason specified in reason_code. Application Performance Analyzer is not able to add an exit routine to that exit point. For reason codes less than or equal to 4 this is an informational message.

For reason codes greater than 4 this a warning message and users will not be able to sample non active started tasks: (task_name = "SYSSTC.IEFUSI") or TSO logons: (task_name = "SYSTSO.IEFUSI").

Values for task_name:

  • “SYSJES2.IEFUSI” or “SYSJES3.IEFUSI”
  • “SYSJES3.IEFUSI”
  • “SYSSTC.IEFUSI”
  • “SYSTSO.IEFUSI”

Values for reason_code are:

  • 0 - n/a
  • 4 - Target SYS/SUBSYS has no exit points defined to the system.
  • 8 - No exit points defined to system. This situation should never happen because some sort of exit point is always defined.
  • 12 - The target exit point is not defined to the system, but exit point TYPE has other exit points.
  • 16 - The target exit point has no routines defined.
  • 20 - The target exit point is not defined but has exit routines defined to it.
  • 24 - The target exit point is defined but without the IEFUSI routine.
  • 28 - The target exit point is defined without the IEFUSI routine but with CAZ00990.
Note: RSN 16, 20, and 24 should never happen unless the exit point was erroneously defined by a program other than SMF

System action

Application Performance Analyzer continues initialization.

Operator response

For reason codes greater than 4 contact your system programmer and verify the status of the SMF exit points. Refer to the chapter describing SMFPRMxx in MVS™ Initialization and Tuning Reference for information about defining the exit point. Correct the problem and restart Application Performance Analyzer.