Re: [CMS-PIPELINES] Selecting multiple record chunks

2018-03-03 Thread Rob van der Heij
On 2 March 2018, 17:35:07 -0700, Paul Gilmartin wrote: > Someone commented on another list that he moved recent CMS pipelines to z/OS > and it simply worked. Astonishing! He must at least have re-linked it. I'm > still skeptical. That used to be possible (and documented) some 30 years ago. If

Re: [CMS-PIPELINES] Selecting multiple record chunks

2018-03-02 Thread Paul Gilmartin
On 2018-03-02, at 15:18:04, Rob van der Heij wrote: > ... > I'm happy you like the book. If you know the "Author's Edition" then the new > z/VM 6.4 will feel very similar, ... > Yaaay! Thanks! Now it needs only to percolate to the TSO instance. Someone commented on another list that he

Re: [CMS-PIPELINES] Selecting multiple record chunks

2018-03-02 Thread Rob van der Heij
> So in the syntax diagram I think that would fall under: > Pick ... "List" : ..."Test": ..."RangeString" I think the Piper meant to say | pick from 5.2 == ,99, count 4 The entire argument for 'pick' in this case is a 'Fromto:' fragment, since it has both FROM and COUNT. The 'List:' fragment

Re: [CMS-PIPELINES] Selecting multiple record chunks

2018-03-02 Thread Stanislawski, Shawn (National VM Capability)
ng information, versus the older IBM z/VM 6.1 CMS Pipelines "Reference" manual. --Shawn S. -Original Message- From: CMSTSO Pipelines Discussion List [mailto:CMS-PIPELINES@VM.MARIST.EDU] On Behalf Of John P. Hartmann Sent: Friday, March 02, 2018 1:08 PM To: CMS-PIPELINES@VM.MARIS

Re: [CMS-PIPELINES] Selecting multiple record chunks

2018-03-02 Thread Michael Harding
Simple case of "sipping" pipeline: 'PIPE (End ?)', '<' infile, '|pck:rexx *.1:', '|Cons', '?Literal /* */ Signal On error;', 'Do forever; "Peekto";', /* test if any input */ '"CallPipe *:||FromTarget Pick 5.2 == /99/ || take 4|| *:";', 'End; Error: Exit Rc*(Rc<>12)', '|pck:' -- Mike Harding