Does datastage support slowly changing dimensions ?
No Answer is Posted For this Question
Be the First to Post Answer
what are .ctl(control files) files ? how the dataset stage have better performance by this files?
table actions available in oracle connector?
which is more expensive hash or modulus partitioning? when do you use modulus partitioning?
What is the difference between orabulk and bcp stages?
How to perform incremental load in datastage?
Drop duplicate records ... SOURCE LIKE .......... ID flag1 flag2 100 N Y 100 N N 100 Y N 101 Y Y 101 N Y 102 Y N 103 N N 104 Y Y 105 N N 106 N Y 102 N Y 105 Y Y in above file if any id having both the flags as "N" then that corresponding id records should be dropped, in above case o/p should be as ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y Steps to do : 1) Identified the id’s that got duplicated (both the flag values having vales “N”) 2) Look up with these id’s to existing id’s to drop .
what is the difference between INROWNUM AND OUTROWNUM IN DATASTAGE SERVER EDITION?
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
17 Answers IBM, TCS,
input Name Salay Sam 10 Sam 30 Sam 20 Ram 40 Ram 50 Output should be Name Salary Count Sam 10 3 Ram 40 2 get min salary and count of name . OutPut 2 Name Seq Sam 1 Sam 2 Sam 3 Ram 1 Ram 2
describe the Steps to confiure a Qlogic switch
Describe routines in datastage? Enlist various types of routines.
CAN ANY ONE TELL ME THE ARCHITECTURE OF DATASTAGE CLEARLY....