Re: Question about ABEND Macro and IARV64

2018-02-13 Thread Steve Smith
Yes... I've had the pleasure of working on many dumps with above-the-bar
storage.  Pro-tip: you use ! instead of ? to jump to an 8-byte address in
IPCS Browse (or XDC, if that's your thing).

I've avoided SYSUDUMP for years... they seem to be set up to print only
what I don't need to see; besides being increasingly unwieldy.

sas

On Tue, Feb 13, 2018 at 9:15 AM, Tom Marchant <
000a2a8c2020-dmarc-requ...@listserv.ua.edu> wrote:

> On Sat, 10 Feb 2018 07:57:01 -0500, Peter Relson wrote:
>
> >>Will the Segment created by IARV64 be visable in a dump
> >>when the program issues  ABEND ,DUMP,STEP
> >
> >A true z/OS answer: it depends.
> >
> >For SYSABEND/SYSUDUMP: no.
> >For SYSMDUMP, I think, yes.
> >
> >There is no support for 64-bit storage in the "formatted dump" variants.
>
> I can confirm that 64-bit storage is present and viewable in a SYSMDUMP.
>
> --
> Tom Marchant
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>



-- 
sas

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Question about ABEND Macro and IARV64

2018-02-13 Thread Tom Marchant
On Sat, 10 Feb 2018 07:57:01 -0500, Peter Relson wrote:

>>Will the Segment created by IARV64 be visable in a dump 
>>when the program issues  ABEND ,DUMP,STEP 
>
>A true z/OS answer: it depends.
>
>For SYSABEND/SYSUDUMP: no.
>For SYSMDUMP, I think, yes.
>
>There is no support for 64-bit storage in the "formatted dump" variants.

I can confirm that 64-bit storage is present and viewable in a SYSMDUMP.

-- 
Tom Marchant

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Question about ABEND Macro and IARV64

2018-02-10 Thread Peter Relson
>Will the Segment created by IARV64 be visable in a dump 
>when the program issues  ABEND ,DUMP,STEP 

A true z/OS answer: it depends.

For SYSABEND/SYSUDUMP: no.
For SYSMDUMP, I think, yes.

There is no support for 64-bit storage in the "formatted dump" variants.

Peter Relson
z/OS Core Technology Design


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Question about ABEND Macro and IARV64

2018-02-09 Thread esst...@juno.com
If I issue IARV64 something like this 
IARV64 REQUEST=GETSTOR,
  SEGMENTS=SEGMENTS,   
  ORIGIN=ORIGIN64, 
  GUARDSIZE=0, 
  COND=YES,
  FPROT=NO,
  USERTKN=NO_USERTKN,  
  TTOKEN=NO_TTOKEN,
  SVCDUMPRGN=YES,  
.
.
.
Will the Segment created by IARV64 be visable in a dump when the program issues 
 ABEND ,DUMP,STEP ?
.
.
>From reading  IARV64 the SVCDUMPRGN=YES only applies to SVC/SDUMPS not
dumps created via an ABEND macro.
Is my assessment correct :
.
.
How can I dump the Memory Chunk from IARV64 when I issue an ABEND macro ?

.
.
Paul D'Angelo
.
.
.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN