GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  DataStage

 Print  |  
Question:  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.




July 07, 2008 11:55:25 #3
 Abhijain CRM Expert  Member Since: December 2007    Total Comments: 13 

RE: 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 s
 
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.
     

 

Back To Question