Disassociating IEASDUMP.QUERY

Disassociate the exit from SVC dump when it should no longer receive control because the task or address space ended. Use the CSVDYNEX macro to disassociate the exits. For example:
CSVDYNEX REQUEST=DELETE,
         EXITNAME=ROUTQ,
         MODNAME=MODQ
.
.
.
ROUTQ      DC CL16'IEASDUMP.QUERY'
MODQ       DC CL8'SDUMPQ'

Disassociation is needed to prevent the routine from being invoked after the application is ended, and to release any common storage that might be used for it.