How can one find bugs in job sequence?
No Answer is Posted For this Question
Be the First to Post Answer
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
i have a small question for datastage, After the desinging (i.e., transformations and loading)part, what we can do?
what about data stage requirement
Can you define merge?
What is the Main difference between Lookup Failure and Lookup Not Met? Plz explain with Example.
What are the components of datastage?
What is Ad-Hoc access? What is the difference between Managed Query and Ad-Hoc access?
what is ds administrator used for?
I/P --- ID Value 1 AB 2 ABC 3 ADE 4 A O/p --- ID Value 1 A 1 B 2 A 2 B 2 C 3 A 3 D 3 E 4 A
what is usage of datastage with materialized views
Hi guys, Design job sequence, we have 3 sources, in that 1st source in abort then only run the remaining sources.. How please design the job. Thanks.
In which situations we can use normal and sparse lookup stages