Sweet - thank you! PIPELINES has so many ways to get things done I usually learn something "better" every time.
-- *James Vincent* -- President, SHARE Inc. -- Calendar: http://tinyurl.com/JSVCalWeek On Tue, Aug 12, 2014 at 4:29 PM, Glenn Knickerbocker <[email protected]> wrote: > On 8/12/2014 3:17 PM, James Vincent wrote: > > 'A: FANOUT |', > ... > > 'SPECS RECNO 1 1-* 12 |', > > 'APP: FANIN |', > > 'SORT 1.10 |', > > 'SPECS W2-* 1 |', > > 'JOIN 1 / / |', > ... > > '? A: |', > > 'BUFFER |', > > 'SPECS RECNO 1 1-* 12 |', > > 'APP:' > > No need for all that numbering, buffering, and sorting! Nothing else > you do delays the record, so you can just GATHER them back together in > the same order you fanned them out in: > > > 'A: FANOUT |', > ... > > 'APP: GATHER |', > > 'JOIN 1 / / |', > ... > > '? A: |', > > 'APP:' > > ¬R >
