source file is having 5 records while moving into target it
want to be 10 records
Answer Posted / 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 View All Answers
How do y read Sequential file from job control?
how to write server Routine coding?
what is the use of skid in reporting?
How will you move hashed file from one location to another location?
What is ds designer?
If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?
describe the Steps to confiure a Qlogic switch
Demonstrate experience in maintaining quality process standards?
What is the use of datastage director?
What are the types of containers and how to create them?
What are the different layers in the information server architecture?
Difference between ‘validated ok’ and ‘compiled’ in data stage?
Differentiate between data file and descriptor file?
how to read 100 records at a time in source a) hw is it fr metadata Same and b) if metadata is nt same?
Which algorithm you used for your hashfile?