How do you remove duplicate values in datastage?
How do y read Sequential file from job control?
I have a file it contain 2 records like empname,company as Ram, Tcs and Ram, IBM. But i want empname, company1,company2 as Ram, TCS,IBM in the target. How?
How to LOG 'unmatched Master' records and 'Reject Updates' in log files using MERGE stage?
What is the surrogate key? what is the use of surrogate key? how to Create surrogate key Generator in scd2 in 8.5?
count number of deptno in a emp table?
I have a few records just I want to store each records tow times in target how?
Wat is pre-load in Hashed file
How can we perform the 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?
How to write a left outer join condition by using Transformer stage in server jobs? Could any one help me?
convert yyyy mm dd to dd mm yyyy?
guys pls tell me where we use sequence jobs exactly in realtime proj explain pls with example.
source file having the data like aabbccc, i want target file result like a1a2b1b2c1c2c3.