4)
source target

c1 c1 c2 c3
c2 c4 c4 c5
c3 c6 c7
c4
c5
c6
c7

please send me answer this question my mail



4) source target c1 c1 c2 c3 c2 c4 c4 c5 c3 c6 c7 c4 c5 c6 c7 please ..

Answer / subhash

1. SRC---->TFM---->TGT1,TGT2,TGT#
If source is seq file add the ROW NUM column also.
If source is Oracle select ROWNUM column also.
then our input look like this:
C1 1
C2 2
C3 3
c4 4
c5 5
c6 6
c7 7

in TFM,
put below condition for each target link.
TGT1--->MOD(ROWNUM,3)=1
TGT2--->MOD(ROWNUM,3)=2
TGT3--->MOD(ROWNUM,3)=0

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More Data Stage Interview Questions

How to convert alpha Numeric values to alpha using functions?

1 Answers   CTS,


Define repository tables in datastage?

0 Answers  


what is repositery?

0 Answers   IBM,


I am defining one varaible parameter date in job parameters.I want use this variable date in where clause in source query.

2 Answers   TCS,


What is datastage engine?

0 Answers  






i have flat file and using unix how can i generate sequence number into targer?

1 Answers   Cap Gemini,


how to closeing records after 10,000 records come?

3 Answers  


how to find no.of records in sequntial file itself?

4 Answers  


What is the process of killing a job in datastage?

0 Answers  


Define Merge?

0 Answers  


what is A Datastage?

2 Answers  


what is a nodemap constraint

2 Answers   IBM,


Categories