IEASDUMP.QUERY dynamic exit

You can use an IEASDUMP.QUERY exit:
  • To decide if an SVC dump requested by another system in the sysplex is needed. To indicate that this system should be dumped, do the following:
    • Specify a SDUMPX macro with a REMOTE parameter
    • Place SYSDCOND in the PROBDESC area for the macro
    • Pass a return code of 0 from at least one IEASDUMP.QUERY exit
    To indicate that this system should not be dumped, SYSDCOND must be in the PROBDESC area and either of the following must be true:
    • No IEASDUMP.QUERY exit exists
    • No IEASDUMP.QUERY exit returns a code of 0
  • To identify storage areas to be added to dumps that are needed.