i/p o/p1 o/p2
1 1 4
1 1 5
1 1 6
2 2
2 2
2 2
3
3
4
5
6
how to populates i/p rows into o/p1&o/p2 using datastage
stages?and also the same scenario using sql?
Answer Posted / vijaya
Hi
first sort the input date then use the transformer stage by
using stage variables you can use the logic like check the
first record then check the second record if both are equal
send the output to o/p1 or else send to o/p2....
I hope i made u understand the logic
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
How can you write parallel routines in datastage PX?
Difference between sequential file and data set?
CHANGE CAPTURE
Define oconv () and iconv () functions in datastage?
What are the areas of application?
What is the sortmerge collector?
Define data aggregation?
What are orabulk and bcp stages?
how to sort two columns in single job in datastage.
How many types of views are there in a datastage director?
How you Implemented SCD Type 1 & Type 2 in your project?
What is process model?
What are the steps required to kill the job in Datastage?
What is apt_config in datastage?
How do you import and export data into datastage?