How to read multiple files using a single datastage job if files have the same metadata?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the functionality of your current project?
1 Answers IBM, Miles Software,
file1 1 2 3 4 file2 3 4 5 6 output should be in three targets T1 T2 T3 1 3 5 2 4 6 how to do this? can any one help? Thanks
How you Remove the Dataset in Unix?
pls ,tell me good Training centre with Job Oppertunity for Data stage in chennai?
how to use self join using datastage ? can u tell me using stage how can we implemnet the self join
1.what is repartionoing technique? 2.what deliverables transferred to client using datastage? 3.how to write loop statements using nested loop sequence?
eno ename esal acct1 acct2 amount1 amount2 100 suresh 10000 sbi1 sbi2 1000 2000 this is our sourse data i would loke to disply like this eno ename esal acct amount 100 suresh 10000 sbi1 1000 100 suresh 10000 sbi2 2000
Source have 1000 records and it can have three nodes ok but i want how many records are executed on each node?
how to find diff between 2 dates without using Icon... funtions?
What is Fastly Changing Dimension?
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 .
In my source i have 10 records but i want 11 records in target. How can i acheive this in Server jobs.