I agree with Chris Blaicher solution. If the exit does not run the the address space a System Level Name Token Pair would be an elegant method to retrieve the ALET and Address of the Data Space. I have used it in an MQ exit and it works well.
Paul V. DAngelo ---------- Original Message ---------- From: "Blaicher, Christopher Y." <[email protected]> To: [email protected] Subject: Re: ALESERV macro Date: Wed, 21 Oct 2015 18:17:30 +0000 Look up NAME/TOKEN services. You have 16 bytes in it for user data. Part of that could be the ALET of the data space. Chris Blaicher Technical Architect Software Development Syncsort Incorporated 50 Tice Boulevard, Woodcliff Lake, NJ 07677 P: 201-930-8234 | M: 512-627-3803 E: [email protected] -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Steve Beaver Sent: Wednesday, October 21, 2015 1:37 PM To: [email protected] Subject: Re: ALESERV macro I assume this exit is not running in the STC's address space? CORRECT The EXIT is a IEFU85 that has been DYNAMICALLY installed I would like to say with DataSpaces if at all possible Steve -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of John McKown Sent: Wednesday, October 21, 2015 10:26 AM To: [email protected] Subject: Re: ALESERV macro I assume this exit is not running in the STC's address space? Are you open to an alternative to a Data Space? If so, I would humbly suggest considering whether using an AMODE(64) object in HVCOMMON might be easier. You can save it's address in a global name/token pair. Or, if you're really "into" it, you could have your STC set itself up with an SSVT and anchor things in it. ref: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/iea2a2b0/25.0 On Wed, Oct 21, 2015 at 12:16 PM, Steve Beaver <[email protected]> wrote: > In a STC I have created a DataSpace. But in an EXIT I need to use the > ALESERV macro > > The exit only knows nothing essentially. So the question becomes how > can the EXIT Address The DataSpace so I can issue a MVCL to the > DataSpace > > I hate to be a pain but I have never done this. > > > Steve > > -- Schrodinger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown ---------------------------------------------------------------------- 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 ________________________________ ATTENTION: ----- The information contained in this message (including any files transmitted with this message) may contain proprietary, trade secret or other confidential and/or legally privileged information. Any pricing information contained in this message or in any files transmitted with this message is always confidential and cannot be shared with any third parties without prior written approval from Syncsort. This message is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any use, disclosure, copying or distribution of this message, in any form, is strictly prohibited. If you have received this message in error, please immediately notify the sender and/or Syncsort and destroy all copies of this message in your possession, custody or control. ---------------------------------------------------------------------- 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
