Explain usage analysis in datastage?
iam new to datastage...now i want to know what are fact tables, dimension tables in bank domain...if any body knows plz tell me asap..
what is normalization and denormalization
Hi Every one, I have a scenario plz suggest me 1)On daily we r getting some huge files data so all files metadata is same we have to load in to target table how we can load? 2) One column having 10 records at run time we have to send 5th and 6th record to target at run time how we can send? Hi plz help me for above scenarios and If any one is having JobSequence kindly send me one example and the scenario to my mail ID(nrvdwh@gmail.com)
how will u design file watch jobs?
what are .ctl(control files) files ? how the dataset stage have better performance by this files?
How to initialize environment variables?
how to sort two columns in single job in datastage.
What are operators in datastage?
WHAT ARE THE STAGES U WILL USE IN IMPLEMENTING SCD2/DATE FIELD
In my source i have 10 records but i want 11 records in target. How can i acheive this in Server jobs.
how can u find out the datastage job is running on how many nodes
create a job to get the previous row salary for the current row.if there is no previous row exists for the current row,then the previous row salary should be displayed as null? empid salary previoussalary 10 1000 null 20 2000 1000 30 3000 2000 40 4000 3000