How to do we run sequences of jobs ,,like output of A JOB is Input to Bhow do we co-ordinate the jobs

Questions by sekr   answers by sekr

Showing Answers 1 - 17 of 17 Answers

K Nagi Reddy

  • May 4th, 2006
 

By writing the wrapper scripts we can control the sequence of execution of more than one job.

  Was this answer useful?  Yes

vinod Reddy

  • Aug 31st, 2006
 

I hope your working in Production Support. Yes we can coordinate in such a way that Output of A can be given as Input to B. Where if your working on Control M ( IBM Tool) , this is related to Mainframe, where every job had some " In and out condition" so probably you can give this out condition as "In condition" to the B job. So the sequence follows. 

  Was this answer useful?  Yes

Ashutosh Prasad

  • Sep 29th, 2011
 

You can also use PLAN. create a plan with Graph execution components.

  Was this answer useful?  Yes

Obviously Plan it is the best option.But we can make a file with all the graphs that are needed to be executed in a sequence in the same order and do a while that executes each line one after another writing the logs to a file.

  Was this answer useful?  Yes

raja

  • Feb 9th, 2015
 

you can achieve this scenario by using plan with two graph task dependent on one another

  Was this answer useful?  Yes

manideepsai

  • Jul 8th, 2016
 

In that case give the output path of A job to input of B job and then change the phases, run A job in 0 phase and then B in 1 phase.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions