There are two file are there .1st file contains 5 records and
2nd file contain 10 records in target they want 50 records.how
can achieve this

Answer Posted / vinod upputuri

use copy stage and funnel stage to make duplicate records.

SEQ>>COPY>>FUNNEL>>TARGET

the solution for this stupid question asked by interviewer:

SEQ>>COPY>>>4links>>>FUNNEL STAGE>>>SEQ.

in seq stage: sed -n '1,50p'

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which algorithm you used for your hashfile?

687


What are the important features of datastage?

616


Source has 2 columns: USA,NewYork INDIA,MUMBAI INDIA,DELHI UDS,CHICAGO INDIA,PUNE i want data in target like below: INDIA,MUMBAI1 INDIA,DELHI2 INDIA,PUNE3 USA,NEWYORK1 USA,CHICAGO2

347


how to read 100 records at a time in source a) hw is it fr metadata Same and b) if metadata is nt same?

1716


How to read the length of word in unix?

882






Differentiate between odbc and drs stage?

593


How you can fix the truncated data error in datastage?

1191


Hi everyone,I have kept a project Sales And Distribution for a pharmaceutical company.can anybody explain one complex business rule that we had in our project and how did you accomplish it using DS?

1757


Explain usage analysis in datastage?

651


how to use self join using datastage ? can u tell me using stage how can we implemnet the self join

4558


What is process model?

1551


What are iconv and oconv?

771


What are the different plug-ins stages used in your projects?

623


I have a few records just I want to store data in to targets cycling way how?

1896


how to add a new records into source?

1525