(cross-posting to MVS-OE, where my remarks are also topical.)
On 04/27/09 18:07, Glenn Knickerbocker wrote:
SAY is easily enough replaced with CALLPIPE ...|CONS, but is it impossible to trace REXX stages on TSO?
My first thought is to run under z/OS Unix (at least for debugging) using the new-fangled "address TSO" and redirect Rexx console output to a POSIX pipe (not a TSO pipe). Alas: o "address TSO" does not propagate parent descriptors to the child process. I consider this a terrible design decision. o "address TSO" starts a TSO-like process, in which such redirection is likely impossible, anyway. But still, might the TSO pipelines stages run under z/OS Unix? -- gil
