Hi guys,
please design a job with derivation(solution).
write exact conditions.
My requirement
Source table
emp_no qualification
1 a
1 c
2 a
3 c
3 b
Target table
emp_no qualification
1 b
2 b
2 c
3 a
Here every employer have three qualifications i.e a,b and c.
what ever source table dont have some qualification, that
will be move to target table.
Like above.
Hope u get the point.
Thanks.
Answer Posted / sher
A) Read distinct emp_no we get 1,2,3 add a new column and populate as 1
B) read qualification, we get a,b,c add add a new column and populate as 1
Inner join A and B on new column…
we get 1-A,1-B,1-C 2-A,2-B,2-C and 3-A,3-B,3-C
Change capture with input file and drop all records with no change.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Differentiate between datastage and datastage tx?
Difference between sequential file and data set?
Define Merge?
Difference between ‘validated ok’ and ‘compiled’ in data stage?
Whats difference betweeen operational data stage (ods) and data warehouse?
explain about completely flow of sequencers technicaly,without using example??explain about lookup,nullhandling?
What are the components of datastage?
Describe link sort?
How do you register plug-ins?
How to RD using transformer?
What are datastage sequences?
Name the command line functions to import and export the DS jobs?
What is a folder? Difference types of stages?
Hi All , in PX Job I have passed 4 Parameters and when i run the same job in sequence i dont want to use those parameters , is this possible if yes then how
Different ways a project can be moved to production ?...example ….export-import and Version control.