Steps for analyzing installation exits

  1. Check for problems in the logic of each exit routine. Many installation exits are invoked using the dynamic exits facility, which allows an updated exit to be refreshed into the system.
  2. If no logic problems are found, remove the options that cause each exit routine to be invoked.
  3. Rerun the program.
  4. If this action stops the problem, the problem is in the exit routine that was eliminated. Continue diagnosis with that routine.

Related information:

See z/OS MVS Installation Exits for more information on coding installation exit routines.