Yes...

The following would work the same if there was no "Signal On Error" in the 
program:

    The easy way is a "sipping pipeline" like this:
       do forever
         'peekto'
         If rc <> 0 Then Leave
         'callpipe (end \) *: | drop | strtolabel /*/ | substr 2-* | > temp 
file a'
         address command 'EXEC ...'
       end


-----Original Message-----
From: CMSTSO Pipelines Discussion List [mailto:CMS-PIPELINES@VM.MARIST.EDU] On 
Behalf Of Shimon Lebowitz
Sent: Sunday, November 25, 2012 12:10 PM
To: CMS-PIPELINES@VM.MARIST.EDU
Subject: Re: repetitive execution on subsets of data

BTW, what is the purpose of the peekto? Wouldn't it work
the same just with the callpipe? Is it just meant to trigger the EOF error?

Reply via email to