IBM Mainframe Discussion List <[email protected]> wrote on 12/26/2007 01:10:14 PM:
> For both the IEANTCR and IEANTRT name/token pair service macros, the > documentation states: > > ==================== > Restrictions > ----------- > Do not use the IEANTCR callable service in a RESMGR resource manager > routine unless one of the following is true: > >- The resource manager is running for a daughter task of the task that owns >the name/token pair. > >What is the definition of a "daughter task"? Is it only the immediate subtask of >the current task or can it be a "grand daughter" or "great great great grand >daughter" subtask as well? I believe this would be true for any descendant of the task which owns the name/token pair. I would guess (without checking the code) that the restriction is because task termination cleanup of name/token pairs owned by the terminating task is done by a static system resource manager which runs before the dynamic resource managers established via RESMGR. Jim Mulder z/OS System Test IBM Corp. Poughkeepsie, NY ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

