Verifying dump registration (IEAVTSEL)
If the DumpRegistrationExits option specifies an Analysis Control or Notification dump registration user exit, it might be helpful to add WTO messages (or similar, depending on programming language used) to load module user exits, or IDIWTO commands to REXX user exits. See IDIWTO command.
For example, if you use a common normal Analysis Control user exit and dump registration Analysis Control user exit, see Determining which exit type is invoking a common user exit for information about how to distinguish between the two exit type invocations.
Using a SLIP dump
- Ensure the IDIS subsystem has been started with the SLIP parameter.
- Set a SLIP trap using the MVS operator
command:
where xxxx is an identifier of your choice.SL SET,ID=xxxx,COMP=U0777,A=SVCD,END
- Add the following JCL statement to any abending job, for example the Fault Analyzer assembler IVP job, IDIVPASM:
//G.IDIRFRON DD DUMMY
- Submit the job.
Using a console dump
- Issue the MVS operator
command
where xxx is a title of your choice.DUMP TITLE='xxx'
- When MVS issues the WTOR <n> IEE094D SPECIFY OPERAND(S) FOR DUMP
COMMAND, reply with:
R <n>,ASID=1,END
You can substitute any valid ASID number for ASID=1, or change it to (for example)
JOBNAME=name
or
TSONAME=name
. See the MVS system command
documentation for details about the DUMP command.