Thanks I have verified the IRB ran to completion while at a test breakpoint in the originating TCB the IRB ran under IKJEFT01 on a different cpu
> On Oct 4, 2023, at 10:56 PM, Jon Perryman <[email protected]> wrote: > > On Mon, 2 Oct 2023 16:18:24 -0400, Joseph Reichman <[email protected]> > wrote: > >> Do suggest when scheduling an Async IRB I have a Wait/Post > > Joseph, yes you need to wait/post because an async IRB only serializes on 1 > TCB (TCB with the IRB). If you do use WAIT, then you should implement > recovery in the IRB. While it's unlikely to abend, the wait must be posted > otherwise you have a hang. For instance, what happens if the LOAD does not > find the module? At the very least, code error return. > > ---------------------------------------------------------------------- > 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
