if 3 table having different columes. like first table
having 4 columns , second table having 3 columns and third
table having 2 columns then how to capture the data by
using funnel stage in parallel jobs...srinu.thadi
Answer Posted / anitha
haa.....Chowdary
if you don't know answer ,please don't give wrong answers.
i have given answer is wrong....
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How can one find bugs in job sequence?
EXPLAIN SCD
Explain the datastage parallel extender (px) or enterprise edition (ee)?
What all the types of jobs you developed?
Difference between server jobs & parallel jobs?
What are the steps required to kill the job in Datastage?
What are the areas of application?
Have you have ever worked in unix environment and why it is useful in datastage?
Can you filter data in hashed file?
How to write a expression to display the first letter in Caps in each word using transformer stage ? Please let me know ASAP Thanks in advance...
How to perform incremental load in datastage?
what is stage is used for below Input columns: dept|mgr|employee|salary Output columns: mgr|count of employee per mgr|avg salary per dept note: each dept has one mgr and each mgr has many employees
In Datastage, how you can fix the truncated data error?
Name the different types of Lookups in Datastage?
Hi guys, Please design a job for dis requirement with derivation(solution). my source table like dis. emp_no qualification 1 a 1 c 2 a 3 c 3 b To loaded to target like dis emp_no qualification 1 b 2 b 2 c 3 a my requirement is every employer have three qualifications i.e a,b and c. what qualification missed in source table that will be move to target systems. Hope u got it the requirement. Right Thanks.