Can you explain tagbatch restructure operator?
No Answer is Posted For this Question
Be the First to Post Answer
what should be ensure to run the sequence job so that if its get aborted in 10th job before 9job should get succeeded?
What are operators in datastage?
How do you import and export data into datastage?
source file contains 100 records, i want 10 records in target file how it possible in datastage
How many types of hash files are there?
What is difference between join, merge and lookup stage?
what is meant by port ? what is the use of port ? what are the different type of ports and its usage
which r the connectors used in san?
DataStage Scenario based Interview Questions
In which situations we can use normal and sparse lookup stages
how to remove duplicates in transformer stage by using stage variables?one example?
Source Like department_no, employee_name ---------------------------- 20, R 10, A 10, D 20, P 10, B 10, C 20, Q 20, S and Output should be like this department_no, employee_list -------------------------------- 10, A 10, A,B 10, A,B,C 10, A,B,C,D 20, A,B,C,D,P 20, A,B,C,D,P,Q 20, A,B,C,D,P,Q,R 20, A,B,C,D,P,Q,R,S