There is no real supported way to access private storage in another address 
space uninvited.

The general consensus amongst developers, typically ISVs, who are confronted 
with this requirement is to schedule a SRB into the target ASID and use some 
sort of shared memory buffer to relay the information back to the caller, e.g. 
shared memory, 64bit common or dataspace.

There has been a few threads on IBM-Main about this over the years and  I think 
I may have added a few words on the subject.




On 10 Nov 2018 23:45, Joseph Reichman <reichman...@gmail.com> wrote:
I’m writing windows front end to display system info from a z/os system. The 
program getting the info is a Assembler z/os TCP/IP server
Certain information such as executing program name ACEE is in not in common
As for swappable issues my Estae can catch the s0c4 and bypass that address 
space

Thanks



> On Nov 10, 2018, at 6:36 PM, Rob Scott <rsc...@rocketsoftware.com> wrote:
>
> It might help matters if you outline what you are trying to achieve.
>
>
>
> On 10 Nov 2018 22:38, Joseph Reichman <reichman...@gmail.com> wrote:
> I think for SSAR I might need to set the AX value to 1
> Via AXSET macro correct ?
>
>
>
>> On Nov 10, 2018, at 8:43 AM, Peter Relson <rel...@us.ibm.com> wrote:
>>
>> <snip>
>> Given the choice of using the SSAR instruction with a ALET of 1
>> And adding a access list entry via ALESERV which is the preferred method
>> </snip>
>>
>> I do not accept the conditions of contest. Neither is an acceptable method
>> in general.
>>
>> You might not have authorization to SSAR. And a target address space needs
>> to be non-swappable in general.
>> Setting things up so that you have authorization to SSAR to a space can
>> have system integrity consequences.
>> Further, if this is a reusable ASID, SSAR will not work in any case, you
>> would need to use SSAIR.
>>
>> The current secondary address space can always be accessed using ALET=1 in
>> AR ASC mode.
>>
>> Peter Relson
>> z/OS Core Technology Design
>>
>>
>> ----------------------------------------------------------------------
>> 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
>
> ================================
> Rocket Software, Inc. and subsidiaries ? 77 Fourth Avenue, Waltham MA 02451 ? 
> Main Office Toll Free Number: +1 855.577.4323
> Contact Customer Support: 
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmy.rocketsoftware.com%2FRocketCommunity%2FRCEmailSupport&amp;data=02%7C01%7CRScott%40ROCKETSOFTWARE.COM%7Cf84df162fa11455e8ae308d647668d2e%7C79544c1eed224879a082b67a9a672aae%7C0%7C0%7C636774903130977826&amp;sdata=Wo9Igp1i%2F3XbdVSlji1NuqG2quEoRi%2FDcv3X5U1kbbY%3D&amp;reserved=0
> Unsubscribe from Marketing Messages/Manage Your Subscription Preferences - 
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.rocketsoftware.com%2Fmanage-your-email-preferences&amp;data=02%7C01%7CRScott%40ROCKETSOFTWARE.COM%7Cf84df162fa11455e8ae308d647668d2e%7C79544c1eed224879a082b67a9a672aae%7C0%7C0%7C636774903130977826&amp;sdata=JFJumGNv%2BaWFLTgXvCyc%2FaIbEiUV%2FepdKBv3E5y981A%3D&amp;reserved=0
> Privacy Policy - 
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.rocketsoftware.com%2Fcompany%2Flegal%2Fprivacy-policy&amp;data=02%7C01%7CRScott%40ROCKETSOFTWARE.COM%7Cf84df162fa11455e8ae308d647668d2e%7C79544c1eed224879a082b67a9a672aae%7C0%7C0%7C636774903130977826&amp;sdata=LyizcoBya4wD1Jm2fz2rr6BdmElADSXXtNayupamt%2B8%3D&amp;reserved=0
> ================================
>
> This communication and any attachments may contain confidential information 
> of Rocket Software, Inc. All unauthorized use, disclosure or distribution is 
> prohibited. If you are not the intended recipient, please notify Rocket 
> Software immediately and destroy all copies of this communication. Thank you.
>
> ----------------------------------------------------------------------
> 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

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

Reply via email to