Explain the functionality of your current project?
In aggregator stage,to find the sum of the entire group of columns,it displays in binary format. How can i solve this problem.
source file is having 5 records while moving into target it want to be 10 records
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
Instead of using shared container in a job, I use jobs which perform similar function as Container in the sequence. Then what is the need of Shared Container?
Why we use surrogate key?
count number of deptno in a emp table?
i want job aborted after some records are loaded into output by using only sequential stage and dataset
what is the difference between datasatge and datastage TX?
What are the different type of jobs in datastage?
What is the difference between server job and parallel jobs?
why do we need a datawarehouse when we have databases to store data?
HOW CAN WE ABORT THE JOB IF THE RECORDS OF SOURCE FILE CONTAINS VALUE AS 'VIJAY'?