source file is having 5 records while moving into target it
want to be 10 records

Answers were Sorted based on User's Feedback



source file is having 5 records while moving into target it want to be 10 records..

Answer / rajesh

Hi This is Rajesh. use copy stage for multiple copies.From that take 2 links to funnel n load to target ...u wil get 10

Is This Answer Correct ?    15 Yes 0 No

source file is having 5 records while moving into target it want to be 10 records..

Answer / sravanthirao64@gmail.com

target can create instance

Is This Answer Correct ?    6 Yes 4 No

source file is having 5 records while moving into target it want to be 10 records..

Answer / srikanth

it's not a big issue create a one more node extra and select
the partition entire and run the job


thanks & regards
sriaknth.k
9573056597

Is This Answer Correct ?    5 Yes 4 No

source file is having 5 records while moving into target it want to be 10 records..

Answer / subbuchamala

Different ways are:

1. SRC-->COPY-->(2links)-->FUNNEL-->TGT
from copy stage get 2 copies of output data and send to funnel.

2. SRC-->Transfermer-->(2links)-->FUNNEL-->TGT
in the TFM, map the all the columns to both the links and then funnel them.

3. SRC--->TGT(with append mode)
Run job 2 times with TGT Seq file mode as "Append"

4. 2 SRCs(2 same Seq file Stages)-->Funnel-->TGT
read the same file from 2 Seqfile Stages and send them to funnel.

5. SRC--->TGT
Add 2 "File" properties in the Seq file stage and for both of them give the same file name and path.

File=directory/file.txt
File=directory/file.txt

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Data Stage Interview Questions

what is ds administrator used for?

0 Answers  


Hi frnds, my scenario is like i'm having a record 1234"1323£3434%343434^23232!1212$23232 in the above record all the special characters must be removed.how can we do it in datastage 8.0.1.can any one please ans this? thanx in advance

2 Answers   IBM,


How to create environments and call them? What is the use defined variables?

2 Answers   HCL, ME,


in oracle target stage when we use load option and when we use upsert option?

0 Answers  


Can you filter data in hashed file?

0 Answers  






What is the difference between server job and parallel jobs?

0 Answers  


What is APT_DUMP_SCORE?

2 Answers   IBM,


What is ibm datastage flow designer?

0 Answers  


i/p 1,a,1000 2,b,2000 3,c,3000 i want to get o/p as o/p 1,a,3000 2,b,4000 3,c,5000 how it can be done on using datastage?

5 Answers   HSBC,


Hi Friends, I have a input data like, class_id Marks 101 50 101 60 101 40 102 90 102 35 And i want my output data like class_id Marks Rank 101 50 2 101 60 1 101 40 3 102 90 1 102 35 2 how to do this in datastage?

8 Answers   Cognizant, HCL, TIAA CREF,


What is the differentiate between data file and descriptor file?

0 Answers  


Input Data is: Emp_Id, EmpInd 100, 0 100, 0 100, 0 101, 1 101, 1 102, 0 102, 0 102, 1 103, 1 103, 1 I want Output 100, 0 100, 0 100, 0 101, 1 101, 1 Means Indicator should either all ZEROs or all ONEs per EmpId. Impliment this using SQL and DataStage both.

6 Answers   IBM,


Categories