Re: Snap data to a PDS Question About LIST parameter IEATDUMP

2017-09-18 Thread Binyamin Dissen
Looks fine to me.

But unless you negate the SDATA you will get location zero as well.

On Fri, 15 Sep 2017 17:30:43 -0400 Joseph Reichman 
wrote:

:>First off I didn't realize I would get an IPCS dump
:>
:>I seemed to have dumped the PSA in other words the address I dumped was 0
:>
:>My LIST parm is coded LIST=START
:>
:>
:>Where START is defined as follows as in this example I would like to dump 16
:>bytes of data
:>
:>START  DC X'11F3E788'  
:>  DCX'91F3E798'
:>-Original Message-
:>From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
:>Behalf Of Binyamin Dissen
:>Sent: Friday, September 15, 2017 5:17 AM
:>To: IBM-MAIN@LISTSERV.UA.EDU
:>Subject: Re: Snap data to a PDS
:>
:>You should look at IEATDUMP rather than SNAP, especially when storing to a
:>dataset. Of course, if you want multiple SNAPs to the same open DCB, you
:>must use SNAP (in your case you want individual members IEATDUMP would be
:>better).
:>
:>On Thu, 14 Sep 2017 21:53:47 -0400 Joseph Reichman 
:>wrote:
:>
:>:>Don't know if this doable but I would snap dump data to a pds
:> 
:>:>Looking at the snap dump DCB macros DSORG=PS,MACRF=W
:>
:>:>That would lead me to think I would have to use (if this doable) RDJFCB
:>and :>move the member name in 
:>
:>:>BSAM has a exlst parameter and I use X'07' to get the JFCB area then do
:>OPEN :>TPYE=J

--
Binyamin Dissen 
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

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


Re: Snap data to a PDS Question About LIST parameter IEATDUMP

2017-09-17 Thread Peter Hunkeler
>You should look at IEATDUMP rather than SNAP, especially when storing to a
dataset. Of course, if you want multiple SNAPs to the same open DCB, you
must use SNAP (in your case you want individual members IEATDUMP would be
better).


I haven't tried, but I suspect that you can write multiple IEATDUMPs into the 
same data set simply by allocating it with  DISP=MOD. I know it works with 
ABEND dumps written to SYSMDUMP.


--
Peter Hunkeler





--
Peter Hunkeler

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


Re: Snap data to a PDS Question About LIST parameter IEATDUMP

2017-09-15 Thread Joseph Reichman
First off I didn't realize I would get an IPCS dump

I seemed to have dumped the PSA in other words the address I dumped was 0

My LIST parm is coded LIST=START


Where START is defined as follows as in this example I would like to dump 16
bytes of data

START  DC X'11F3E788'  
  DCX'91F3E798'
-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Binyamin Dissen
Sent: Friday, September 15, 2017 5:17 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Snap data to a PDS

You should look at IEATDUMP rather than SNAP, especially when storing to a
dataset. Of course, if you want multiple SNAPs to the same open DCB, you
must use SNAP (in your case you want individual members IEATDUMP would be
better).

On Thu, 14 Sep 2017 21:53:47 -0400 Joseph Reichman 
wrote:

:>Don't know if this doable but I would snap dump data to a pds
 
:>Looking at the snap dump DCB macros DSORG=PS,MACRF=W

:>That would lead me to think I would have to use (if this doable) RDJFCB
and :>move the member name in 

:>BSAM has a exlst parameter and I use X'07' to get the JFCB area then do
OPEN :>TPYE=J

--
Binyamin Dissen  http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me, you
should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems, especially
those from irresponsible companies.

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

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