Describe stream connector?
No Answer is Posted For this Question
Be the First to Post Answer
Question 4) source target c1 c1 c2 c3 c2 c4 c4 c5 c3 c6 c7 c4 c5 c6 c7 Singal Source and Singal Target only subash,
In Datastage, how you can fix the truncated data error?
Different ways a project can be moved to production ?...example ….export-import and Version control.
my source is sequencial file and my target is dataset. i am running the job in two node configuration file. my source having 10 records how the data move to target?
Where do the datastage jobs get stored?
How to perform incremental load in datastage?
Differentiate between Symmetric Multiprocessing and Massive Parallel Processing?
i hav source like this . deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like this target1 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformer
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 .
Can you highlight the main features of ibm infosphere information server?
How many partitions does a node can have? Some body explain me clearly about the partitions and the nodes?
what will happen if we allow duplicates in datastage lookup abort drop record 1st value of duplicate record none