> It is certainly possible that various things are governed by the STC task > and other things are governed by the jobstep program task.
OK, I understand. Well, we have a circumvention, dynamically allocate needed data sets rather than use JCL. Thanks Robin -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Peter Relson Sent: 19 September 2018 18:41 To: [email protected] Subject: Re: ASCRE and ACEE inheritance >In the exit I issue a RACROUTE VERIFY for a user's id and >stash the resulting ACEE in ASXBSENV. I don't think of the ASCRE INITRTN as an exit in the normal usage of the term. It runs too early to do much of anything. For example, dynamic allocation is not available until after the INITRTN returns. FWIW, normal processing is to do a free-region after the end of the INITRTN and before the start of the jobstep program task. It is certainly possible that various things are governed by the STC task and other things are governed by the jobstep program task. I think that that would be true whether the space was created by ASCRE or a simple start command. 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
