IBM Mainframe Discussion List <IBM-MAIN@bama.ua.edu> wrote on 07/20/2011 
10:18:06 AM:

> The manual 'z/OS V1R12.0 MVS Assembler Services Guide' has this 
> statement: "The case where an SDWA is not provided
> is rare."
> 
> Is there a way to force this kind of condition in order to actually 
> test an ESTAE that is tripped with this condition?

  If you are doing this on your own test system and you are 
the systems programmer, you can use an undocumented DIAGxx
parameter:

  TRAPS NAME(IEANOSDWA)  JOBNAME(yourjob)

 While this is in effect, no SDWA will be provided for any 
ESTAE/ESTAI/ESTAEX/ARR  when yourjob is the home address space.

 Keep in mind that undocumented means unsupported, use at your own
risk, caveat emptor, etc.

  And don't have SYSUDUMP or SYSABEND allocated to yourjob,
because SNAP's ESTAE for anticipated 0C4 dumping abends simply 
percolates when there is no SDWA, and then you will get an 
SDUMP for a 0C4 abend in SNAP/ABDUMP. 


Jim Mulder   z/OS System Test   IBM Corp.  Poughkeepsie,  NY

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to