Are there any ways of passing parameters or values across parallel jobs in a sequencer? Scenario: Job 'A' would execute and based on the result of the Job we want either Job 'B' or Job 'C' to execute. Hence the result of Job 'A' would determine the sequence of operation.

Showing Answers 1 - 9 of 9 Answers

SC

  • Apr 24th, 2007
 

Well,

  We have the same issue here. There were a few custom routines defined earlier to do this job but we are unable to use them in the parallel jobs now.

Can someone throw some light into this issue?

  Was this answer useful?  Yes

subrahmanyam sanka

  • Aug 2nd, 2007
 

Please eloborate your question "based on result of job", one techinque is to use the parameter file and set other session based on event wait.

  Was this answer useful?  Yes

Abhijain

  • Jul 29th, 2008
 

Not clear from your question, what do you mean by the result of the job. what I got is- you want to perform the conditional run of the jobs. It can be possible through sequencer.

In sequence, You can check the status of Job A and on that basis can perform conditional operations. say- If status of Job A is 1 i.e. job runs successfully and then you can call Job B otherwise run Job C.

  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