1)Source file contains one record, I want 100 records in
target file.
Answers were Sorted based on User's Feedback
Answer / ramachandra rao
This Question has two types of answers
1.after source take copy stage after that use funnel stage
and finally use target.copy stage stage allows many output
links after that use funnel stage.and target keep append
mode and u run 100 times 100 records displayed.
2)
u develop the job and kept into sequence with start loop and
end loop.but in in job target has append mode.in loop u give
initial value and increment value and max value.
This is the best answer.
| Is This Answer Correct ? | 8 Yes | 0 No |
how can we do null handling in sequential files
What is exact difference between Parallel Jobs and server Jobs..
what is the use of skid in reporting?
A table containg 100 records B table containg 20 records we have to join two tables in left outer it containg target 100 records but target containg 101 record at that time what is the issue arise
How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.
Hi friends,Two input files, wants to validate only if the reference data has '0' otherwise no validation should be done..how to do this??
how to identifie,is it innerjoin,leftouter join in lookup?
Explain datastage architecture?
Input file one has data as shown below 1 2 3 4 5 6 7 8 Input file two has data like 6 7 8 9 10 11 Design a data stage job which will provide me three output files as shown below: Output 1 6 7 8 Output 2 1 2 3 4 5 Output 3 9 10 11 Let me know your answers
I want capture UnMatched records from Primary source and secondary source in JOIN stage?
Where do you see different stages in the designer?
on how many columns we can perform aggregation in the Aggregator stage?