Same ASID in Space-Switching PC Routine

2010-05-27 Thread Adam Johanson
So I finally have a need to write a PC routine. I've been wanting to do this for a while. However, I'm seeing something that's not behaving like I expect it to. My server address space creates the PC routine (among other things) and then just sits there. For testing, I'm calling the PC routi

Re: Same ASID in Space-Switching PC Routine

2010-05-27 Thread Starr, Alan
subroutine (residing in the server address space. Regards, Alan -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Adam Johanson Sent: Thursday, May 27, 2010 12:34 To: IBM-MAIN@bama.ua.edu Subject: Same ASID in Space-Switching PC Rou

Re: Same ASID in Space-Switching PC Routine

2010-05-27 Thread Adam Johanson
I'm starting to think that the ASID that I'm looking at (from ASCBASID) is the home ASID, rather than the primary ASID, which does change for the space-switch. Yes, no? - Adam -- For IBM-MAIN subscribe / signoff / archiv

Re: Same ASID in Space-Switching PC Routine

2010-05-27 Thread Starr, Alan
You description matches my recollection. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Adam Johanson Sent: Thursday, May 27, 2010 12:47 To: IBM-MAIN@bama.ua.edu Subject: Re: Same ASID in Space-Switching PC Routine I'm starti

Re: Same ASID in Space-Switching PC Routine

2010-05-27 Thread Adam Johanson
Yeah, Alan, just as I was thinking more about it, that thought came to me and I posted it. Thanks. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IB

Re: Same ASID in Space-Switching PC Routine

2010-05-27 Thread Wayne Driscoll
/27/2010 02:35 PM Subject: Same ASID in Space-Switching PC Routine Sent by: IBM Mainframe Discussion List So I finally have a need to write a PC routine. I've been wanting to do this for a while. However, I'm seeing something that's not behaving like I expect it to. My serve

Re: Same ASID in Space-Switching PC Routine

2010-05-27 Thread Adam Johanson
Wayne, Yeah, I'm getting the ASCB from PSAAOLD and my confusion was that I didn't know that the ASCBASID is for the home address space, rather than the primary. Thanks, Adam Johanson -- For IBM-MAIN subscribe / sig

Re: Same ASID in Space-Switching PC Routine

2010-05-27 Thread Wayne Driscoll
Johanson To: IBM-MAIN@bama.ua.edu Date: 05/27/2010 03:40 PM Subject: Re: Same ASID in Space-Switching PC Routine Sent by: IBM Mainframe Discussion List Wayne, Yeah, I'm getting the ASCB from PSAAOLD and my confusion was that I didn't know that the ASCBASID is for the home address spa

Re: Same ASID in Space-Switching PC Routine

2010-05-27 Thread Adam Johanson
Cool. And it turns out ASCBASID isn't really for the home address space, but when I picked the ASID out of PSAAOLD, that points to the home address space's ASCB. - Adam -- For IBM-MAIN subscribe / signoff / archive access i

Re: Same ASID in Space-Switching PC Routine

2010-05-28 Thread Binyamin Dissen
On Thu, 27 May 2010 17:30:48 -0500 Adam Johanson wrote: :>Cool. And it turns out ASCBASID isn't really for the home address space, ASCBASID is an attribute of the examined ASCB. ASCB's are in common and the ASCB for any address space can be examined by any address space. :>

Re: Same ASID in Space-Switching PC Routine

2010-05-28 Thread Hunkeler Peter (KIUP 4)
>>Cool. And it turns out ASCBASID isn't really for the home address >>space, > >ASCBASID is an attribute of the examined ASCB. ASCB's are in common >and the ASCB for any address space can be examined by any address >space. ...and any address space can be HOME, PRIMARY or SECONDARY at the same