On Thu, 22 Oct 2015 07:49:54 -0400, Peter Relson <[email protected]> wrote:
>If on every invocation of the exit routine you need to >-- ALESERV ADD using the STOKEN you can save/extract >-- ALESERV DELETE > >This will be quite cycle-intensive. > >You also have to be aware that you might not be able to add to the access >list. It might conceivably already be full. > >If, on the other hand, your data space is already represented by an entry >on the PASN access list of the space such that you need only extract the >ALET to use, then that's not bad, since name/token retrieve is quite >quick. However, won't the IEFU85 exit be running in potentially many dfferent address spaces? The exit code would need to manage an ALET for each of those address spaces where IEFU85 was invoked, wouldn't it? I know from my experiences designing and implementing the RACROUTE REQUEST=FASTAUTH service in RACF that the ALET management for that situation can be rather tricky and complex. I would probably consider having the STC establish a space-switch PC that would run in the STC's address space, and then the exit could invoke that PC to move the data. -- Walt ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
