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 |
hi, how would i run job1 then job 3 , then job2 in a sequence of job1 ,job2,job3. Thanks sunitha
i/p 1,a,1000 2,b,2000 3,c,3000 i want to get o/p as o/p 1,a,3000 2,b,4000 3,c,5000 how it can be done on using datastage?
what is a message handler
how can i abort the job if i get more than 100 errors in job log?
how to implement scd2 in datastage 7.5 with lookup stage
What are the various kinds of containers available in datastage?
Define project in datastage?
What are the steps needed to create a simple basic datastage job?
if a column contains data like ram,rakesh,madhan,suraj,pradeep,bhaskar then I want to place names separated by commas in another columns how can we do?
How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.
In one project how many shared containers are created?
3) Sequential file contains data like Empno ename sal 111 abc 2000 Trgt file: Trgt1----111 Trgt2----abc Trgt3---2000