Sorry, I was thinking it was a VSE-L post, so I worded my reply for a VSE programmer. The effects are the same in both z/OS and z/VSE, but the where I say "partition", read instead "address spaces", and the GETFIELD macro will be different in z/OS. Also, I am not sure if the SAC values are the same.

Tony Thigpen

-----Original Message -----
 From: Tony Thigpen
 Sent: 08/27/2014 10:11 AM
In simple terms:
ALET is the value you stuff into an access register when you want to
access memory in another address space.

Here is a simplified example:

You use
    GETFIELD FIELD=ALET,PART=(R11)
to get the ALET for another partition (PIK is in R11).
You then stuff the ALET into an access register:
    SAR R7,R1
You switch into AR mode:
    SAC 512
you can now use R7 to access another partition's memory
    MVC 0(5,R12),0(R7)    COPY DATA TO MY PARTITION
You switch out of AR mode:
    SAC 0

Tony Thigpen

-----Original Message -----
  From: Ward, Mike S
  Sent: 08/27/2014 09:57 AM
Hello all, I was trying to find out what an ALET is. I did a search on
the MVS bookshelf and you can't believe how many times ALET came up
and how many manuals are involved. All I was looking for is what it
is, how to define one, and how to use one. If someone can point me to
the manual that describes the ALET, its uses and how to define one, it
will be appreciated.

Thanks.

==========================
This email, and any files transmitted with it, is confidential and
intended solely for the use of the individual or entity to which it is
addressed. If you have received this email in error, please notify the
system manager. This message contains confidential information and is
intended only for the individual named. If you are not the named
addressee, you should not disseminate, distribute or copy this e-mail.
Please notify the sender immediately by e-mail if you have received
this message by mistake and delete this e-mail from your system. If
you are not the intended recipient, you are notified that disclosing,
copying, distributing or taking any action in reliance on the contents
of this information is strictly prohibited.




Reply via email to