Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

JCL & VSAM :: RE: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job

$
0
0
Author: Virendra Shambharkar
Posted: Fri Dec 23, 2016 6:21 pm (GMT 5.5)

I have a few batch jobs where output file for one step is used as input to other steps and these jobs run for a long time.

I am exploring if by creating an Unix Pipe I can reduce the run time of these jobs.

So I am trying reading data from Unix pipes in COBOL program , whether any changes will be needed in COBOL code , performance of cobol programs when using Unix pipes as input instead of PS file etc.

So I created a Unix pipe , passed data to it and trying to see how to process through COBOL code.
_________________
Virendra Shambharkar


Viewing all articles
Browse latest Browse all 8500