What are the repository tables in datastage?
No Answer is Posted For this Question
Be the First to Post Answer
How to remove blank spaces from data?
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 CAN we remove duplicates in dataset?
How can we run same job in 1 day 2 times
what is the diff b/w switch and filter stage in datastage
What are the components of ascential data stage?
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
how to configure databases through datastage
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
Define APT_CONFIG in Datastage?
which is more expensive hash or modulus partitioning? when do you use modulus partitioning?
What is a merge?