IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Optimization Using Batch Pipes


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
pradeeph

New User


Joined: 10 Nov 2006
Posts: 7

PostPosted: Wed Aug 25, 2010 1:38 pm
Reply with quote

Hi,

I've a job with 4 steps. Each step feeds the subsequent step. We are planing to split the job into 4 different jobs(1 job for each step) and put 3 batch pipes between them. This will enable us to run the 4 steps in parallel hence reduce the time taken.

Could anyone help me out with the optimization techniques to be used in batchpipes between these jobs. Any material related to this would also help.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Aug 25, 2010 1:41 pm
Reply with quote

The IBM website will almost certainly have all of the documentation that you require.

Also, does the job contain any sort steps.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Aug 25, 2010 7:27 pm
Reply with quote

Hello,

Suggest you run the steps serially.

I believe you will find more problems than solutions doing this. . .

If you believe some elapsed time savings is needed, suggest the processes be changed to use less resources & take less time.

If someone has found a "solution" and is searching for a requirement, the time would be much better spend elsewhere. . .
Back to top
View user's profile Send private message
pradeeph

New User


Joined: 10 Nov 2006
Posts: 7

PostPosted: Fri Aug 27, 2010 10:17 am
Reply with quote

@Expat: Yes it has 3 sort steps and then a program.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri Aug 27, 2010 11:22 am
Reply with quote

Then batch pipes will be a complete waste of time.

How can you pass a sorted file from program to program until every last record has been processed by the sort step.

Also, I may be wrong but I believe that SORT will not write out any records until SORTIN has been fully processed, so the subsequent steps MUST wait until the conclusion of the preceeding sort steps.

Take a look at other ways to optimise this process.
Back to top
View user's profile Send private message
pradeeph

New User


Joined: 10 Nov 2006
Posts: 7

PostPosted: Fri Aug 27, 2010 3:49 pm
Reply with quote

Thank you.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts Batch install term/printer CICS 2
No new posts File Aid Batch IBM Tools 7
Search our Forums:

Back to Top