I have 2 jobs.I want to ru job B if job A has run 3
times.How can I achieve this through datastage

Answers were Sorted based on User's Feedback



I have 2 jobs.I want to ru job B if job A has run 3 times.How can I achieve this through datastage..

Answer / phani kumar

Hi Friend, by using sequencer, we can run this scenario. Put
the first job A in loop for 3 times. After successful
completion of 3 runs, then, run the second job B.

Pls correct me, if i am wrong.

Is This Answer Correct ?    15 Yes 0 No

I have 2 jobs.I want to ru job B if job A has run 3 times.How can I achieve this through datastage..

Answer / ramesh.unnam

by using start loop&end loop activity in the sequencer we
can achieve the answer.
start loop&end loop:
-------------------
it is used to run the job more than one time in sequencer is

Is This Answer Correct ?    6 Yes 0 No

I have 2 jobs.I want to ru job B if job A has run 3 times.How can I achieve this through datastage..

Answer / rajasekhar.somineni

hai friends,we can do this by using job sequences.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Stage Interview Questions

what is combinability and non combinability?

2 Answers  


Demonstrate experience in maintaining quality process standards?

0 Answers   iGate,


What is the precedence of stage variables,derivations, and constraints?

0 Answers  


if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?

0 Answers   Wipro,


Differentiate between Symmetric Multiprocessing and Massive Parallel Processing?

0 Answers  






Hi This is Vijay How Can u Read the data from sequential file Parall'y?

5 Answers   Semantic Space,


Difference in the implementation of lookup and join stages,in joining two tables?

7 Answers   TCS,


What are the different type of jobs in datastage?

0 Answers  


in sequtial file 2 columns avaliable, i want only one column load the target. for this we can do by modify and copy stage. But here when using modify stage (in property drop column1) until it is ok. if target is data set How to view the data. with out using data management. what is the reason for this. if any body know this answer plz tel me. thanks.

1 Answers   IBM,


What is PX?

2 Answers   IBM,


How do you remove duplicate values in datastage?

0 Answers  


I have 2 files 1st contains duplicate records only, 2nd file contains Unique records.EX: File1: 1 subhash 10000 1 subhash 10000 2 raju 20000 2 raju 20000 3 chandra 30000 3 chandra 30000 File2: 1 subhash 10000 5 pawan 15000 7 reddy 25000 3 chandra 30000 Output file:-- capture all the duplicates in both file with count. 1 subhash 10000 3 1 subhash 10000 3 1 subhash 10000 3 2 raju 20000 2 2 raju 20000 2 3 chandra 30000 3 3 chandra 30000 3 3 chandra 30000 3

2 Answers   TCS,


Categories