What is a quality stage in datastage tool?
No Answer is Posted For this Question
Be the First to Post Answer
1.How do u handle NULL in sequential stage. 2.Difference between switch stage and filter stage.
I have a input as: Col 1 1 2 2 3 I want 3 output as: Output1: 1 1 Output2: 2 2 Output3: 3 i.e. same duplicates should be in one target, other duplicate values should be in another target and so on.. Pls help
how to find out number of records imported into source file?
job locking methods? How can we unlock the job?
how can u handle null values in transformer stage.
how to sort two columns in single job in datastage.
How to create environments and call them? What is the use defined variables?
How many Key we can define in remove duplicate stage?
What is difference between 8.1 , 8.5 and 9.1 ?
Difference between sequential file and data set?
what is flow of project?
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