Re: Cell Pool Services CSRC4EXP

2020-02-24 Thread Tony Harminc
On Mon, 24 Feb 2020 at 08:43, Peter Relson wrote: > The information provided so far does not show doing some sort of "OKSWAP" > afterwards. It would be inappropriate to leave the space non-swappable. Just as it would be inappropriate to make it swappable if it was non-swappable to start with. Is

Re: Cell Pool Services CSRC4EXP

2020-02-24 Thread Joseph Reichman
I do the okswap after I do a get from the cell pool Thanks > On Feb 24, 2020, at 8:43 AM, Peter Relson wrote: > > I agree with Rob and Binyamin in worrying about a design that imposes > non-swappability on someone else's address space. > I'll point out that in general TRANSWAP involves "

Re: Cell Pool Services CSRC4EXP

2020-02-24 Thread Peter Relson
I agree with Rob and Binyamin in worrying about a design that imposes non-swappability on someone else's address space. I'll point out that in general TRANSWAP involves "swap in" and "don't allow subsequent swap-out" and "wait for completion by ECB". You can't do the wait for completion from an S

Re: Cell Pool Services CSRC4EXP

2020-02-23 Thread Rob Scott
:43 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Cell Pool Services CSRC4EXP EXTERNAL EMAIL I accessing the other address space in AR 99 % of the time I won’t have issues from those time that I do and get s0c4 In my recovery I will try to issue an SRB to sysevent swap back in If I’m

Re: Cell Pool Services CSRC4EXP

2020-02-23 Thread Joseph Reichman
I accessing the other address space in AR 99 % of the time I won’t have issues from those time that I do and get s0c4 In my recovery I will try to issue an SRB to sysevent swap back in If I’m unsuccessful I’ll bypass the process It’s a much better choice for me than using an SRB > On Feb

Re: Cell Pool Services CSRC4EXP

2020-02-23 Thread Binyamin Dissen
On Sun, 23 Feb 2020 15:44:12 -0500 Joseph Reichman wrote: :>All I can say is you are right these are 1% chance that I can program for I need access to the other address space with little overheard I understand the risk involved :>As long as can address it with a recovery routine it’s a much be

Re: Cell Pool Services CSRC4EXP

2020-02-23 Thread Joseph Reichman
All I can say is you are right these are 1% chance that I can program for I need access to the other address space with little overheard I understand the risk involved As long as can address it with a recovery routine it’s a much better choice than a SRB > On Feb 23, 2020, at 2:50 PM, Biny

Re: Cell Pool Services CSRC4EXP

2020-02-23 Thread scott Ford
nd > > > > thanks > > > > -Original Message- > > From: IBM Mainframe Discussion List On > Behalf Of Rob Scott > > Sent: Sunday, February 23, 2020 1:34 PM > > To: IBM-MAIN@LISTSERV.UA.EDU > > Subject: Re: Cell Pool Services CSRC4EXP > > &g

Re: Cell Pool Services CSRC4EXP

2020-02-23 Thread Joseph Reichman
as it avoids > these problems > > > Can I ask where and when is your XMEM session in share I would like to see if > I can attend > > thanks > > -Original Message- > From: IBM Mainframe Discussion List On Behalf Of > Rob Scott > Sent: Sunday, Feb

Re: Cell Pool Services CSRC4EXP

2020-02-23 Thread Binyamin Dissen
On Sun, 23 Feb 2020 12:16:28 -0500 Joseph Reichman wrote: :>SRB and PC are sometimes not particle Such as? Give a case. :>AR mode has its risk best to have a recovery True for most things. :>Routine to address the rare case and maybe issue a SRB to swap back in I’m not at that point yet

Re: Cell Pool Services CSRC4EXP

2020-02-23 Thread Binyamin Dissen
:> :> :>-Original Message- :>From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On :>Behalf Of Joseph Reichman :>Sent: Sunday, February 23, 2020 7:43 AM :>To: IBM-MAIN@LISTSERV.UA.EDU :>Subject: Re: Cell Pool Services CSRC4EXP :> :>

Re: Cell Pool Services CSRC4EXP

2020-02-23 Thread Rob Scott
Behalf Of Rob Scott Sent: Sunday, February 23, 2020 1:34 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Cell Pool Services CSRC4EXP Personally I think that if your design requires you to alter the attributes of an address space which is not under your control, then it is likely that the design is

Re: Cell Pool Services CSRC4EXP

2020-02-23 Thread Joseph Reichman
session in share I would like to see if I can attend thanks -Original Message- From: IBM Mainframe Discussion List On Behalf Of Rob Scott Sent: Sunday, February 23, 2020 1:34 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Cell Pool Services CSRC4EXP Personally I think that if your design

Re: Cell Pool Services CSRC4EXP

2020-02-23 Thread Rob Scott
"smell right" to me. Rob Scott Rocket Software -Original Message- From: IBM Mainframe Discussion List On Behalf Of Joseph Reichman Sent: Sunday, February 23, 2020 3:43 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Cell Pool Services CSRC4EXP EXTERNAL EMAIL Then me just say wh

Re: Cell Pool Services CSRC4EXP

2020-02-23 Thread Joseph Reichman
or personal use software. > > Charles > > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Joseph Reichman > Sent: Sunday, February 23, 2020 7:43 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re:

Re: Cell Pool Services CSRC4EXP

2020-02-23 Thread Charles Mills
ailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Joseph Reichman Sent: Sunday, February 23, 2020 7:43 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Cell Pool Services CSRC4EXP Then me just say what I do in the SRB The following XR R1,R1 Clear R1 as we cann't w

Re: Cell Pool Services CSRC4EXP

2020-02-23 Thread Joseph Reichman
no; -Original Message- From: IBM Mainframe Discussion List On Behalf Of Peter Relson Sent: Sunday, February 23, 2020 9:51 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Cell Pool Services CSRC4EXP Should just say data space Your logic confounds me. It can certainly be an ad

Re: Cell Pool Services CSRC4EXP

2020-02-23 Thread Peter Relson
Should just say data space Your logic confounds me. It can certainly be an address space. Whether it is an address space or data space, you have to do things right. page 217 ( chapter 13) of the assembler services guide Page and chapter references don't work too well if someone is looking

Re: Cell Pool Services CSRC4EXP

2020-02-22 Thread Joseph Reichman
Peter I understand what you are saying in regards That it is not appropriate to address the target address space via alet As I saw Rob Scott’s post regarding the share session talking about xmem The diagram on page 217 ( chapter 13) of the assembler services guide is than some what erroneous

Re: Cell Pool Services CSRC4EXP

2020-02-22 Thread Peter Relson
It would seem then if I would I want to have the actual storage in the target address space I would have to schedule an SRB I could then issue CSRCxGET from a from that address space the cell returned could be addressed in AR mode with using the ALET Having no idea what the "target address sp

Re: Cell Pool Services CSRC4EXP

2020-02-21 Thread Joseph Reichman
Peter Thanks it would seem then if I would I want to have the actual storage in the target address space I would have to schedule an SRB I could then issue CSRCxGET from a from that address space the cell returned could be addressed in AR mode with using the ALET > On Feb 21, 2020, at 3:33

Re: Cell Pool Services CSRC4EXP

2020-02-21 Thread Peter Relson
What is the question? There is no question within the post. The cell storage (as opposed to the storage for the control structures managing the cell storage, which can be thought of as the "anchor" and the "extent") is not touched by the service. There is one ALET used for the suite of services