On 6/24/2016 1:26 PM, Kris Buelens wrote:
> Instead of coding a multistream (in which one sends the secondary output of
> Take to Hole), one could use buffer:
>   'PIPE stack|buffer|var expdt'

Or direct the output of VAR to HOLE to discard it all without delay:

 'PIPE stack' ,
   '| spec 33.8 1' ,
   '| var EXPDT' ,
   '| hole'

Two things are important to know about VAR here:
When it's used without the TRACKING parameter,
1. it reads only the first record, and
2. it shorts the input to the output after reading that record.

¬R

Reply via email to