Re: [CMS-PIPELINES] Split a file with varying output names

2021-10-12 Thread Kris Buelens
My PUTFILES is on the VM download library, and us indeed meant to perform this kind of job. Op di 12 okt. 2021 15:27 schreef Rich Smrcina : > Great! Thanks, Rob. > > On Tue, Oct 12, 2021 at 8:05 AM Rob van der Heij > wrote: > > > I think Kris once did a PUTFILES REXX that implemented one or two

Re: [CMS-PIPELINES] Split a file with varying output names

2021-10-12 Thread Rich Smrcina
Great! Thanks, Rob. On Tue, Oct 12, 2021 at 8:05 AM Rob van der Heij wrote: > I think Kris once did a PUTFILES REXX that implemented one or two of the > common techniques. > > When your records are sorted on output file, you can do a sipping pipeline > that takes all records for the same output

Re: [CMS-PIPELINES] Split a file with varying output names

2021-10-12 Thread Rob van der Heij
I think Kris once did a PUTFILES REXX that implemented one or two of the common techniques. When your records are sorted on output file, you can do a sipping pipeline that takes all records for the same output in each sip. Something like do forever 'peekto line' parse var line tag .

[CMS-PIPELINES] Split a file with varying output names

2021-10-12 Thread Rich Smrcina
Is there a way to split a file into multiple files with the output names being a part of the input? Given something like this: 1 2 name1 3 4 3 4 name2 4 5 4 5 name2 5 6 5 6 name3 6 7 Ignore the numbers, they just represent other fields. I would like to split that into files with the names of the