I wish I remembered writing this last April: > > PIPE < t093.list|cons|specs ,listds ', 1 w3 n ,' members, n|tso > > After listing 20 datasets, it gets: > > System abend code 0C4, reason code 00000004. > > Abend in host command RXG or address environment routine LINK. > > 1 *-* address link "RXG" arg(2) || d2c(x.0, 4)
*before* I ran into the same problem in trying to do the same task again this year! DSLIST with the MEMBERS parameter is still the only command I've stumbled on that triggers it, and it only happens when the output is connected. I do seem to have found a workaround this time. It never seems to happen with the *first* command the TSO stage executes, so I just wrote myself the obvious one-line wrapper: > /* TSOEACH REXX gsk 2009-05-15 */ > 'addpipe *: | specs "callpipe tso " 1 1-* n "||*:" n | pipcmd | *:' ¬R
