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 / sriharsha vemuri

Take source as emp_no,qualification 1,b 2,b 2,c 3,a and
reference as date as emp_no,qualification 1,a 1,b 1,c 2,a
2,b 2,c3,a3,c 3,b now take lookup for both
emp_no,qualification columns and reject the date. This Worked.

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are transforms and what is the differenece between routines and transforms?

609


What are datastage sequences?

663


Explain the situation where you have applied SCD in your project?

1558


whom do you report?

1502


How to perform incremental load in datastage?

662






How to reverse the string using SQL?

885


client know skid info?

1631


Which warehouse using in your datawarehouse

1678


what is flow of project?

1555


What are stage variables and constants?

696


Can you explain tagbatch restructure operator?

697


What are system variables and sequencers in datastage

604


What are the primary usages of datastage tool?

623


I have a few records just I want to store data in to targets cycling way how?

1893


What is the difference between orabulk and bcp stages?

568