Re: Chacteristics of HOME ASC mode

2011-06-16 Thread Peter Relson
What if you Have a ss pc rtn and want to access data and inst from the 
program that issued the ss pc rtn

Home is not where the issuer of a ss pc came from necessarily. Consider 
if home PC'd to ASID P which then PC's to you. The data from the issuer 
of your PC is not in home but in P.  As has been described, ALET=1 in AR 
mode works for that case as long as your PC routine is defined properly..

If you need the home space (for example to examine the current TCB), then 
ALET=2 is appropriate to use. If you were to switch to home ASC mode to 
look at this, your code would have to be in common storage.

Very few documented system services (if any) work in home ASC mode. If 
they do not say they do, then do not use them in that way

Peter Relson
z/OS Core Technology Design

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Chacteristics of HOME ASC mode

2011-06-15 Thread Binyamin Dissen
Why do you think that you need HOME mode?

There may be a better way to do what you want to do.

Out of curiosity, are there any supervisor services that work in HOME?

On Tue, 14 Jun 2011 17:18:49 -0400 Micheal Butz michealb...@optonline.net
wrote:

:Rob
:
:I like you work for a vendor
:Just want to understand home address space inst and data fetched from  
:home
:
:
:Sent from my iPhone
:
:On Jun 14, 2011, at 7:59 AM, Rob Scott rsc...@rocketsoftware.com  
:wrote:
:
: Micheal,
:
: Home ASC mode means that data and instruction fetch use the home  
: address space.
:
: Home ASC mode is normally only used by low-level z/OS components -  
: why do you need to be in HOME mode ?
:
:
:
: Rob Scott
: Lead Developer
: Rocket Software
: 275 Grove Street * Newton, MA 02466-2272 * USA
: Tel: +1.617.614.2305
: Email: rsc...@rs.com
: Web: www.rocketsoftware.com
:
: -Original Message-
: From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On  
: Behalf Of Micheal Butz
: Sent: 14 June 2011 12:27
: To: IBM-MAIN@bama.ua.edu
: Subject: Chacteristics of HOME ASC mode
:
: Hi
:
:
: Would anyone know the charcteristocs of being in HOME ASC mode
:
: E.G. If I issue a number of space swiching PC  and do a SAC 768  
: would Intruction and data fetch refer to the orignal Address Space

--
Binyamin Dissen bdis...@dissensoftware.com
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...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Chacteristics of HOME ASC mode

2011-06-15 Thread Micheal Butz
What if you Have a ss pc rtn and want to access data and inst from the  
program that issued the ss pc rtn


Sent from my iPhone

On Jun 15, 2011, at 6:07 AM, Binyamin Dissen  
bdis...@dissensoftware.com wrote:



Why do you think that you need HOME mode?

There may be a better way to do what you want to do.

Out of curiosity, are there any supervisor services that work in HOME?

On Tue, 14 Jun 2011 17:18:49 -0400 Micheal Butz michealb...@optonline.net 


wrote:

:Rob
:
:I like you work for a vendor
:Just want to understand home address space inst and data fetched  
from

:home
:
:
:Sent from my iPhone
:
:On Jun 14, 2011, at 7:59 AM, Rob Scott rsc...@rocketsoftware.com
:wrote:
:
: Micheal,
:
: Home ASC mode means that data and instruction fetch use the home
: address space.
:
: Home ASC mode is normally only used by low-level z/OS components -
: why do you need to be in HOME mode ?
:
:
:
: Rob Scott
: Lead Developer
: Rocket Software
: 275 Grove Street * Newton, MA 02466-2272 * USA
: Tel: +1.617.614.2305
: Email: rsc...@rs.com
: Web: www.rocketsoftware.com
:
: -Original Message-
: From: IBM Mainframe Discussion List [mailto:IBM- 
m...@bama.ua.edu] On

: Behalf Of Micheal Butz
: Sent: 14 June 2011 12:27
: To: IBM-MAIN@bama.ua.edu
: Subject: Chacteristics of HOME ASC mode
:
: Hi
:
:
: Would anyone know the charcteristocs of being in HOME ASC mode
:
: E.G. If I issue a number of space swiching PC  and do a SAC 768
: would Intruction and data fetch refer to the orignal Address Space

--
Binyamin Dissen bdis...@dissensoftware.com
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...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Chacteristics of HOME ASC mode

2011-06-15 Thread Rob Scott
Accessing *data* from the caller of a PC-ss is easy - just use SASN=OLD on the 
ETDEF and then ALET of 1 in AR-mode to address caller's data.

Why do you need to execute *instructions* in the home address space from a 
PC-ss?

Rob Scott
Lead Developer
Rocket Software
275 Grove Street * Newton, MA 02466-2272 * USA
Tel: +1.617.614.2305
Email: rsc...@rs.com
Web: www.rocketsoftware.com

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Micheal Butz
Sent: 15 June 2011 11:50
To: IBM-MAIN@bama.ua.edu
Subject: Re: Chacteristics of HOME ASC mode

What if you Have a ss pc rtn and want to access data and inst from the program 
that issued the ss pc rtn

Sent from my iPhone

On Jun 15, 2011, at 6:07 AM, Binyamin Dissen bdis...@dissensoftware.com wrote:

 Why do you think that you need HOME mode?

 There may be a better way to do what you want to do.

 Out of curiosity, are there any supervisor services that work in HOME?

 On Tue, 14 Jun 2011 17:18:49 -0400 Micheal Butz 
 michealb...@optonline.net
 
 wrote:

 :Rob
 :
 :I like you work for a vendor
 :Just want to understand home address space inst and data fetched 
 from :home : : :Sent from my iPhone : :On Jun 14, 2011, at 7:59 
 AM, Rob Scott rsc...@rocketsoftware.com
 :wrote:
 :
 : Micheal,
 :
 : Home ASC mode means that data and instruction fetch use the home 
 : address space.
 :
 : Home ASC mode is normally only used by low-level z/OS components - 
 : why do you need to be in HOME mode ?
 :
 :
 :
 : Rob Scott
 : Lead Developer
 : Rocket Software
 : 275 Grove Street * Newton, MA 02466-2272 * USA : Tel: 
 +1.617.614.2305 : Email: rsc...@rs.com : Web: 
 www.rocketsoftware.com : : -Original Message- : From: 
 IBM Mainframe Discussion List [mailto:IBM- m...@bama.ua.edu] On : 
 Behalf Of Micheal Butz : Sent: 14 June 2011 12:27 : To: 
 IBM-MAIN@bama.ua.edu : Subject: Chacteristics of HOME ASC mode : 
 : Hi : : : Would anyone know the charcteristocs of being in 
 HOME ASC mode : : E.G. If I issue a number of space swiching PC  
 and do a SAC 768 : would Intruction and data fetch refer to the 
 orignal Address Space

 --
 Binyamin Dissen bdis...@dissensoftware.com 
 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...@bama.ua.edu with the message: GET IBM-MAIN INFO 
 Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at 
http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Chacteristics of HOME ASC mode

2011-06-15 Thread Peter Relson
The Principles of Operation is very clear on the characteristics of where 
instructions and data are fetched for all of the ASC modes.

Instructions are fetched ffrom home, data from home.

Peter Relson
z/OS Core Technology Design

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Chacteristics of HOME ASC mode

2011-06-15 Thread Chris Craddock
On Wed, Jun 15, 2011 at 6:50 AM, Micheal Butz michealb...@optonline.netwrote:

 What if you Have a ss pc rtn and want to access data and inst from the
 program that issued the ss pc rtn



That only takes a little bit of design forethought. Home-space ASC mode is
probably the last thing you should be thinking about.




 On Jun 15, 2011, at 6:07 AM, Binyamin Dissen bdis...@dissensoftware.com
 wrote:

  Why do you think that you need HOME mode?

 There may be a better way to do what you want to do.

 Out of curiosity, are there any supervisor services that work in HOME?



No there are not, at least not any publicly documented ones. The major use
case is down in the guts of RTM.



-- 
This email might be from the
artist formerly known as CC
(or not) You be the judge.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Chacteristics of HOME ASC mode

2011-06-15 Thread Binyamin Dissen
On Wed, 15 Jun 2011 06:50:19 -0400 Micheal Butz michealb...@optonline.net
wrote:

:What if you Have a ss pc rtn and want to access data and inst from the  
:program that issued the ss pc rtn

For data use AR mode.

Why do you wish to execute code located in the calling ASN (which may not be
HOME anyway)?

:On Jun 15, 2011, at 6:07 AM, Binyamin Dissen  
:bdis...@dissensoftware.com wrote:
:
: Why do you think that you need HOME mode?
:
: There may be a better way to do what you want to do.
:
: Out of curiosity, are there any supervisor services that work in HOME?
:
: On Tue, 14 Jun 2011 17:18:49 -0400 Micheal Butz michealb...@optonline.net 
: 
: wrote:
:
: :Rob
: :
: :I like you work for a vendor
: :Just want to understand home address space inst and data fetched  
: from
: :home
: :
: :
: :Sent from my iPhone
: :
: :On Jun 14, 2011, at 7:59 AM, Rob Scott rsc...@rocketsoftware.com
: :wrote:
: :
: : Micheal,
: :
: : Home ASC mode means that data and instruction fetch use the home
: : address space.
: :
: : Home ASC mode is normally only used by low-level z/OS components -
: : why do you need to be in HOME mode ?
: :
: :
: :
: : Rob Scott
: : Lead Developer
: : Rocket Software
: : 275 Grove Street * Newton, MA 02466-2272 * USA
: : Tel: +1.617.614.2305
: : Email: rsc...@rs.com
: : Web: www.rocketsoftware.com
: :
: : -Original Message-
: : From: IBM Mainframe Discussion List [mailto:IBM- 
: m...@bama.ua.edu] On
: : Behalf Of Micheal Butz
: : Sent: 14 June 2011 12:27
: : To: IBM-MAIN@bama.ua.edu
: : Subject: Chacteristics of HOME ASC mode
: :
: : Hi
: :
: :
: : Would anyone know the charcteristocs of being in HOME ASC mode
: :
: : E.G. If I issue a number of space swiching PC  and do a SAC 768
: : would Intruction and data fetch refer to the orignal Address Space

--
Binyamin Dissen bdis...@dissensoftware.com
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...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Chacteristics of HOME ASC mode

2011-06-14 Thread Micheal Butz

Hi


Would anyone know the charcteristocs of being in HOME ASC mode

E.G. If I issue a number of space swiching PC  and do a SAC 768 would
Intruction and data fetch refer to the orignal Address Space

Sent from my iPhone

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Chacteristics of HOME ASC mode

2011-06-14 Thread Rob Scott
Micheal,  

Home ASC mode means that data and instruction fetch use the home address space.

Home ASC mode is normally only used by low-level z/OS components - why do you 
need to be in HOME mode ?



Rob Scott
Lead Developer
Rocket Software
275 Grove Street * Newton, MA 02466-2272 * USA
Tel: +1.617.614.2305
Email: rsc...@rs.com
Web: www.rocketsoftware.com

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Micheal Butz
Sent: 14 June 2011 12:27
To: IBM-MAIN@bama.ua.edu
Subject: Chacteristics of HOME ASC mode

Hi


Would anyone know the charcteristocs of being in HOME ASC mode

E.G. If I issue a number of space swiching PC  and do a SAC 768 would 
Intruction and data fetch refer to the orignal Address Space

Sent from my iPhone

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at 
http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Chacteristics of HOME ASC mode

2011-06-14 Thread Micheal Butz

Rob

I like you work for a vendor
Just want to understand home address space inst and data fetched from  
home



Sent from my iPhone

On Jun 14, 2011, at 7:59 AM, Rob Scott rsc...@rocketsoftware.com  
wrote:



Micheal,

Home ASC mode means that data and instruction fetch use the home  
address space.


Home ASC mode is normally only used by low-level z/OS components -  
why do you need to be in HOME mode ?




Rob Scott
Lead Developer
Rocket Software
275 Grove Street * Newton, MA 02466-2272 * USA
Tel: +1.617.614.2305
Email: rsc...@rs.com
Web: www.rocketsoftware.com

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On  
Behalf Of Micheal Butz

Sent: 14 June 2011 12:27
To: IBM-MAIN@bama.ua.edu
Subject: Chacteristics of HOME ASC mode

Hi


Would anyone know the charcteristocs of being in HOME ASC mode

E.G. If I issue a number of space swiching PC  and do a SAC 768  
would Intruction and data fetch refer to the orignal Address Space


Sent from my iPhone

--
For IBM-MAIN subscribe / signoff / archive access instructions, send  
email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO  
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html