COMMIT returns the return code of the commit scope you are in. ADDPIPE uses a separate commit scope from the stage that issues the command.
Sublevel 15 states: "The design of handling committing a stage that waits for a pipeline specification without active stages was flawed." Though it does not say in what respect. On 2 March 2011 22:43, Glenn Knickerbocker <[email protected]> wrote: > Uh-oh. I tried replacing this: >> /* TRACE REXX */ >> 'addpipe *: |'Arg(1)'| *:' >> Address COMMAND 'SET EXECTRAC ON' > > with this, to see if it made a difference: > > /* TRACCALL REXX */ > Address COMMAND 'SET EXECTRAC ON' > 'callpipe *: |'Arg(1)'| *:' > > and, boy, did it. The short-through CALLPIPE in the called stage > stalled. This works at 110B000E and fails at 110B0016 and above. > > ¬R >
