Just a follow up.

The output from DISPLAY DUMP,OPTIONS
10.47.44 HKYP           IEE857I 10.47.44 DUMP OPTION 749
  SYSABEND- IGNORE DUMP REQUESTS
  SYSUDUMP- IGNORE DUMP REQUESTS
  SYSMDUMP- IGNORE DUMP REQUESTS
  SDUMP- ADD OPTIONS (ALLPSA,NUC,SQA,RGN),BUFFERS=00000000K,
           MAXSPACE=00000500M,MSGTIME=99999 MINUTES,
           MAXSNDSP=015 SECONDS,AUXMGMT=ON ,DEFERTND=NO
  ABDUMP- TIMEENQ=0240 SECONDS

SYS1.PARMLIB(IEAABD00) contains:
SDATA=(LSQA,CB,ENQ,TRT,ERR,DM,IO,SUM),
PDATA=(PSW,REGS,SPLS,ALLPA,SA)

So, a "cd reset,sysabend" resolved the issue of why I was not seeing any dumps to SYSABEND.

Tony Thigpen

Tony Thigpen wrote on 10/30/20 10:13 AM:
Peter,

You are way deeper into the grass than I am. To the point that most of what you said assumes that I have a lot of z/OS specific knowledge I don't have.

You give me a z/VSE system dump and I could probably run circles around you, but the way z/OS is doing dumps, including this IPCS stuff, is a foreign language to me.

All I really want to do is display the registers and storage belonging to the current job at any abend. I don't need the supervisor areas (CVT, etc).

Tony Thigpen

Peter Relson wrote on 10/30/20 9:33 AM:
<snip>
When I add a DC X'0000' and I force a SOC1, I don't see any
dump added to IPCS.
</snip>
If your program has a SYSMDUMP DD statement and your program ends with an
operation exception, you will get a SYSMDUMP.
Where you have targeted that SYSMDUMP is up to you. It is up to you to
tell IPCS what dump you are looking at.

Within IPCS, "browse" is a way to look at storage, or the "L" (list)
command.
"IPCS STATUS FAILDATA" is a good place to start.

For the cases described, SDUMP is not appropriate (even if you're allowed
to do so).

Peter Relson
z/OS Core Technology Design

Reply via email to