how to change left and right links in join stage?
Answer Posted / shar
In join stage at link Ordering Tab
we can change the Order of links.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between Symmetric Multiprocessing and Massive Parallel Processing?
If you want to use a same piece of code in different jobs, how will you achieve this?
Differentiate between Join, Merge and Lookup stage?
What is process model?
What are the steps needed to create a simple basic datastage job?
Describe routines in datastage? Enlist various types of routines.
how to use self join using datastage ? can u tell me using stage how can we implemnet the self join
What are the job parameters?
What are the types of views in datastage director?
What are the difference types of stages?
How and where you used hash file?
how to get sum of sal based on dept_no and then sum of all sal irrespective of dept_no in same sql. output:- 10, 200(sum of sal for dept_no 10), 5000(sum of all sal)
What are sequencers?
How a routine is called in datastage job?
1)s.key generate 1 to 700 records today. tomorrow another 400 will updated how to update the records using s.key generator? 2)source is like :-- DB --> T/F stage1 --> seq1file T/f 1 is linking with T/F2 ---> seq 2 how to load the data? in source i given some conditions those r going in seq1. The another data will going to seq2 how to do this ?