If I recall the CMS/TSO Pipes is effectively the same code that is reassembled 
for z/VM or z/OS. Sadly it is a product that is charged for on z/OS but is 
included in z/VM at no charge. It should, imho, be included in z/OS as a no 
charge feature and really give the REXX users a tool to be more productive and 
thus make z/OS more usable.

--------------------------------------------------------------------------
Lionel B. Dyck 

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Paul Gilmartin
Sent: Wednesday, June 07, 2017 1:26 PM
To: [email protected]
Subject: [EXTERNAL] Re: AW: Rexx SORT (was: ... Job Scheduler ... )

On 2017-06-07, at 11:27, Nims,Alva John (Al) wrote:

> This is getting to be like a discussion that was had on the REXX list 
> recently, as in it would be nice if there was an available PIPE type of 
> command available, oh wait there is:
> 
> The product where IBM has made a PIPE command available:
> http://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=dd&subtype=
> sm&htmlfid=897/ENUS5655-D45
>  
That's obsolescent.  It should be brought up to the level of the current CMS 
Pipelines, its cousin product.  The right way to do this is to share as much 
source code as possible with minimal system-specific interfaces. But when I 
suggested this on another list Alan Altmark (IIRC) insisted that the effort to 
maintain the two as separate products is less.  I suspect Alan is overly 
devoted to Conway's Law.  I believe HLASM, Binder, SuperC, and others are 
supported for both z/OS and CMS from single sources, much to their benefit.

> Sorting is very simple there:
>       PIPE stem xy. | sort 1 5 | stem yx.
> Or    PIPE < indsn | sort 1 5 | > outdsn
>  
But that's one utility that has been specifically repackaged as a Pipelines 
stage.  Rather, what's needed is a more general scheme for invoking any utility 
from Pipelines using pipe connectors as its data sets.

That's impractical on CMS because of the limited (nonexistent?) support of 
multiprocessing in CMS.  It should be a better fit in z/OS.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
[email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to