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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Which algorithm you used for your hashfile?

695


Why do we use exception activity in Datastage?

732


How can you write parallel routines in datastage PX?

622


What are transforms and what is the differenece between routines and transforms?

619


How do you start developing a datastage project?

663






What are the different layers in the information server architecture?

647


What are the important features of datastage?

623


If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?

1638


What is the use of datastage designer?

642


Is it possible to query a hash file?

1569


Differentiate between Symmetric Multiprocessing and Massive Parallel Processing?

633


How do you remove duplicate values in datastage?

637


tell me 5 situations when we r using oracle db stages like orecle connector, oracle enterprise

2710


table actions available in oracle connector?

1099


how to write server Routine coding?

1671