On Tue, 31 Jul 2007 11:32:40 -0400 Michael Coffin said:
>
>I know a lot of people are using the PIPE STARMSG stage to process IUCV
>messages these days, but does that stay resident to collect SMSGs after
>the PIPE terminates and passes control to the host program?

Of course not.  The Pipe has terminated.  That's why you process
the message in the Pipe.  Remember that pipelines are about processing
the data, not to be inside of a Rexx Do loop.  Turn your Rexx Do loop
into a series of Pipe stages and all works for the best.

>
>-Mike
/ahw

Reply via email to