Joined: 07 May 2005 Posts: 106 Location: hyderabad
sorry for late reply.
This is production requirement only. more over we have schedular job which submits the jobs one after the other based status of the incoming files. To be clear the job A will submit job B and C in two different steps i would like to execute step2 of job A needs to executed based on the return code of job B but not the step 1 of job A.
Joined: 23 Nov 2006 Posts: 8632 Location: 221 B Baker St
Hello,
Quote:
To be clear the job A will submit job B and C in two different steps i would like to execute step2 of job A needs to executed based on the return code of job B but not the step 1 of job A
Sorry, this is not clear. . Please re-read what you posted and clarify.
Quote:
let me know if you need more details
I still see no reason for the convoluted solution (i'm probably missing something). Why can this not be done in a single job with the proper conditon code testing? That it has already been set up as 3 jobs is not a "why". What technical or business reason is there for 3 jobs?