On Thu, 17 Apr 2014 15:16:30 -0400, Farley, Peter x23353 wrote: >TSO Rexx does not support multiple tasks executing simultaneously. The >"ATTACH*" functions do attach a new task, but your attaching Rexx waits >synchronously for the attached task to complete. > I know! Dammit; that sucks!
The tedious alternative is to use SYSCALL spawn, which does support concurrency. I've pondered coding my own for-real ATTACH, but stumbled on not understanding Rexx's storage management or what else it might do behind my back. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
