On Mon, Jun 9, 2008 at 3:08 PM, Kris Buelens <[EMAIL PROTECTED]> wrote:
> 'STREAMSTATE INPUT' should not be required here...

In most cases the suitable approach is to use

signal on error
do forever
   peekto
   .. process..
   readto
   streamstate output
end
error: return rc * ( rc <> 12 )

The 'streamstate output' is something that I recently started to
ensure backward propagation of eof into the stage (when the pipeline
on my output has terminated, this also terminates the rexx stage).

Reply via email to