DFSORT "passes" the exit a number of parameters, which the exit has to 
understand, act upon, and supply data (record at a time).

If you could "call" REPRO and have it give you a record at a time, that would 
suffice, but I don't think REPRO has a way of doing that. Can REPRO be other 
than dataset to dataset?

As I said, it would be great if REPRO could pipe to SORTIN.

On Fri, 2 Sep 2016 19:34:42 -0500, Paul Gilmartin <[email protected]> wrote:

>On Fri, 2 Sep 2016 18:19:42 -0500, Bill Woodger wrote:
>>
>>My exit was in COBOL. COBOL IO for a KSDS is considerably slower than DFSORT 
>>itself does it, and REPRO is even better at flattening a KSDS.
>>
>>On top of the IO differences, you have the overhead of the exit.
>> 
>Might one use REPRO instead of COBOL in the exit?  Still bearing the overhead
>of the exit.
>
>Might one POSIX-pipe the output of REPRO into (a catenand of) SORTIN?  That
>becomes a contest between the overhead of the DFSORT exit and the
>overhead of POSIX pipes.
>
>-- 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