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
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