I have a few records all are same structures data, I want to
store data in multiple targets how?

Answers were Sorted based on User's Feedback



I have a few records all are same structures data, I want to store data in multiple targets how?..

Answer / vamsi

use copy stage , drag for multiple out puts

Is This Answer Correct ?    8 Yes 0 No

I have a few records all are same structures data, I want to store data in multiple targets how?..

Answer / raman

Use the same job for loading by parameterizing the file
name the table name.

Is This Answer Correct ?    2 Yes 0 No

I have a few records all are same structures data, I want to store data in multiple targets how?..

Answer / geetha

Use transformer stage and modulus function. Lets say we have 4 target tables and set constraint to each target links as below.

Link1--> mod(@INROWNUM,4)=0
Link2--> mod(@INROWNUM,4)=1
Link3--> mod(@INROWNUM,4)=2
Link4--> mod(@INROWNUM,4)=3

we can also use filter stage and where clause to split the records

Is This Answer Correct ?    2 Yes 0 No

I have a few records all are same structures data, I want to store data in multiple targets how?..

Answer / srikanth

very good answer

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Data Stage Interview Questions

what is sparse lookup?

7 Answers   IBM,


What are the various kinds of containers available in datastage?

0 Answers  


I WANT TO SEND SYSDATE AS PARAMETER,SO WHAT COMMAND I SHOULD USE TO CALL SYSDATE?

4 Answers   ME,


Differentiate between Symmetric Multiprocessing and Massive Parallel Processing?

0 Answers  


Is it possible to query a hash file?

0 Answers   IBM,


How to convert table data into xml file using xml output stage? please explain step by step;

2 Answers   IBM,


Define project in datastage?

0 Answers  


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

1 Answers   Cap Gemini,


I have 100 records how can I load at a time from the single time

1 Answers  


how can u connect the client system directly at any time?

1 Answers   IBM,


How you can fix the truncated data error in datastage?

0 Answers  


Describe link sort?

0 Answers  


Categories