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

What are the stages in datastage?

0 Answers  


How you can fix the truncated data error in datastage?

0 Answers  


I have load a Dataset in UAT with 2 Node configuration, imported the job into PROD environment which is 4 node configuration and using this DataSet as SRC to other job. will the job run fine or give any errors? If job runs fine, on how many nodes? 2 nodes or 4 nodes?

2 Answers   TCS,


How to find value from a column in a dataset?

0 Answers   TIAA CREF,


In my source i have 10 records but i want 11 records in target. How can i acheive this in Server jobs.

2 Answers   IBM,






What are the various kinds of the hash file?

0 Answers  


5) A file contains 10 (1-10) I want trgt like Trgt 1 trgt 2 trgt 3 1 2 3 4 5 6 7 8 9 10

2 Answers  


What are the components of ascential data stage?

0 Answers  


How to implement complex jobs in data stage?

0 Answers  


Explain the importance of surrogate key in data warehousing?

0 Answers  


How can one find bugs in job sequence?

0 Answers  


How did you reconcile source with target?

3 Answers   HP,


Categories