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
Hi All , in PX Job I have passed 4 Parameters and when i run the same job in sequence i dont want to use those parameters , is this possible if yes then how
Why do we use link partitioner and link collector in datastage?
Can you explain how could anyone drop the index before loading the data in target in datastage?
What is the differentiate between data file and descriptor file?
What are constraints and derivations?
What are the areas of application?
how can we validate the flat files using the date in the header and number of records in the flat file? Using both conditions at a time.
If you want to use a same piece of code in different jobs, how will you achieve this?
To see hidden files in LINIX?
Can you implement SCD2 using join, transformer and funnel stage?
What is the precedence of stage variables,derivations, and constraints?
What are routines in datastage? Enlist various types of routines.
project Steps,hits, Project level HArd things,Solved methods?
Define Merge?
Can you explain players in datastage?