Thanks so much I was able to display the address under TEST using mark Zelden Rexmem exec ok let me re-look
Thanks > On Jan 21, 2020, at 11:34 AM, Rob Scott <[email protected]> wrote: > > Unlikely that TTOKEN is the cause (unless the task that issued IARV64 has > terminated). > > More likely that you have bad address somewhere in your code/logic. > > -----Original Message----- > From: IBM Mainframe Discussion List <[email protected]> On Behalf Of > Joseph Reichman > Sent: Tuesday, January 21, 2020 3:47 PM > To: [email protected] > Subject: Re: ATTACH and IARV64 > > EXTERNAL EMAIL > > > > > > I got a soc4 pic 11 in a subtask > > I didn’t use the TTOKEN parameter > > Let me look again > > > Thanks > > > > > >> On Jan 21, 2020, at 10:42 AM, Rob Scott <[email protected]> wrote: >> >> You do not need REQUEST=GETSHARED. >> >> IARV64 REQUEST=GETSTOR will suffice as the concept of "subpool" does not >> apply to 64-bit memory objects. >> >> The memory can be used by any task with the same address space as long as >> the owning task (see TTOKEN) is still active AND the REQ=DETACH has not been >> performed. >> >> REQUEST=GETSHARED is more suited to cross-address space sharing of memory >> objects where 64-bit common is not desired or required. >> >> See the "MVS Extended Addressability Guide" manual for more info >> >> Rob Scott >> Rocket Software >> >> -----Original Message----- >> From: IBM Mainframe Discussion List <[email protected]> On >> Behalf Of Joseph Reichman >> Sent: Tuesday, January 21, 2020 3:19 PM >> To: [email protected] >> Subject: ATTACH and IARV64 >> >> EXTERNAL EMAIL >> >> >> >> >> >> Under to 2GB bar the attach has a parameter SHSPV parameter to share >> storage or subpool with another task in the same address space >> >> >> >> Above the 2GB I am assuming I would need to do a GETSHARED request ? >> >> >> >> >> ---------------------------------------------------------------------- >> For IBM-MAIN subscribe / signoff / archive access instructions, send >> email to [email protected] 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://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmy.r >> ocketsoftware.com%2FRocketCommunity%2FRCEmailSupport&data=02%7C01% >> 7C%7Ce9327e37d9804258042708d79e892d65%7C79544c1eed224879a082b67a9a672a >> ae%7C0%7C0%7C637152184337173515&sdata=EOa40btQE9sbGr73NV1QW7vC40YL >> NNccMxh8j39HoOU%3D&reserved=0 Unsubscribe from Marketing >> Messages/Manage Your Subscription Preferences - >> https://nam01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.r >> ocketsoftware.com%2Fmanage-your-email-preferences&data=02%7C01%7C% >> 7Ce9327e37d9804258042708d79e892d65%7C79544c1eed224879a082b67a9a672aae% >> 7C0%7C0%7C637152184337173515&sdata=Xof8QfdKt3sleNW4aAhdjVT%2B646BE >> GRakcUBoem9GrQ%3D&reserved=0 Privacy Policy - >> https://nam01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.r >> ocketsoftware.com%2Fcompany%2Flegal%2Fprivacy-policy&data=02%7C01% >> 7C%7Ce9327e37d9804258042708d79e892d65%7C79544c1eed224879a082b67a9a672a >> ae%7C0%7C0%7C637152184337173515&sdata=3vxuK4Xg0pcTjSv5EccyqBY4PLFq >> TQag3BmHf8PZz5o%3D&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 [email protected] with the message: INFO IBM-MAIN > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send email to > [email protected] with the message: INFO IBM-MAIN > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
