Peter, thanks for the response. My concern is that in the exit I issue a RACROUTE VERIFY for a user's id and stash the resulting ACEE in ASXBSENV. When the allocations do eventually get done the temporary data sets (at least) seem to be governed by the original STC's ACEE and the dynamically allocated data sets by the new ACEE. Why does this happen and is it possible to avoid it?
Thanks Robin -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Peter Relson Sent: 18 September 2018 18:44 To: [email protected] Subject: Re: ASCRE and ACEE inheritance <snip> - Is the INIT routine run under the region control task, or under the started task control task (I suspect the latter)? </snip> Why do you care under which task the routine runs? You should probably not be doing anything that cares. FWIW, it does not run under the RCT task. And it does not run under the dump task either. It certainly runs under a task that is older than the jobstep program task (which has not yet been identified since the proc has not yet been read). Why does more need to be stated? <snip> - Have any allocations asked for via DD statement in the procedure already been done? Your observation seems to indicate: yes, they have. </snip> No they have not. "Before" is "before". Peter Relson z/OS Core Technology Design ---------------------------------------------------------------------- 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
