Subpool sharing and subpool freeing at main task termination

2018-03-29 Thread Thomas David Rivers
The documentation for "Subpool handling" from the Assembler Services Guide indicates that (for subpools 0-127, which are task-related) "when the task terminates, the system automatically releases any of the subpool from 0 through 127 that are unshared and are associated with the task." It then go

Re: Subpool sharing and subpool freeing at main task termination

2018-03-29 Thread Christopher Y. Blaicher
] On Behalf Of Thomas David Rivers Sent: Thursday, March 29, 2018 8:15 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Subpool sharing and subpool freeing at main task termination The documentation for "Subpool handling" from the Assembler Services Guide indicates that (for subpools 0-127,

Re: Subpool sharing and subpool freeing at main task termination

2018-03-29 Thread Gord Tomlin
On 2018-03-29 08:15, Thomas David Rivers wrote: The documentation for "Subpool handling" from the Assembler Services Guide indicates that (for subpools 0-127, which are task-related) "when the task terminates, the system automatically releases any of the subpool from 0 through 127 that are unshar

Re: Subpool sharing and subpool freeing at main task termination

2018-03-29 Thread Binyamin Dissen
On Thu, 29 Mar 2018 08:15:18 -0400 Thomas David Rivers wrote: :>The documentation for "Subpool handling" from the Assembler Services Guide :>indicates that (for subpools 0-127, which are task-related) "when the task :>terminates, the system automatically releases any of the subpool from :>0 throu

Re: Subpool sharing and subpool freeing at main task termination

2018-03-29 Thread Thomas David Rivers
Gord Tomlin wrote: - Dave Rivers - These should help: https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.0/com.ibm.zos.v2r2.ieaa800/pers.htm https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.0/com.ibm.zos.v2r2.ieaa800/sptbl.htm -- Thanks Gord! I had seen those be

Re: Subpool sharing and subpool freeing at main task termination

2018-03-29 Thread Seymour J Metz
-MAIN@listserv.ua.edu Subject: Subpool sharing and subpool freeing at main task termination The documentation for "Subpool handling" from the Assembler Services Guide indicates that (for subpools 0-127, which are task-related) "when the task terminates, the system automatically releases any o

Re: Subpool sharing and subpool freeing at main task termination

2018-03-30 Thread Peter Relson
As several have answered, I would have said that sharing means that you have a parent and daughter(s), where the daughter was attached asking for sharing. Sharing can "propagate" to whatever nesting level of subtasks you have created. If there are no longer any relevant daughter(s) then "by def