On Sun, 26 Jul 2009 21:07:01 -0400, Joe Reichman wrote: > >I added an ECB to the ECB= parm of the attach thinking that when I did the >DETACH > >MVS would post it for me and I would the necessary cleanup and do a BR R14 > The child task should BR R14 when it completes its work. That causes the ECB to be POSTed for the parent task to test/WAIT. After that ECB is POSTed, the parent should DETACH the child. If the child WAITs on that ECB, it will never be POSTed.
-- gil ---------------------------------------------------------------------- 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

