If you want to use the same piece of code in different jobs, how will you achieve it?
No Answer is Posted For this Question
Be the First to Post Answer
what are the types of nodes
if 3 table having different columes. like first table having 4 columns , second table having 3 columns and third table having 2 columns then how to capture the data by using funnel stage in parallel jobs...srinu.thadi
17 Answers IBM, TCS,
What are the different type of jobs in datastage?
Demonstrate experience in maintaining quality process standards?
Differentiate between Join, Merge and Lookup stage?
30 jobs are running in unix.i want to find out my job.how to do this?Give me command?
How to perform incremental load in datastage?
1.what is repartionoing technique? 2.what deliverables transferred to client using datastage? 3.how to write loop statements using nested loop sequence?
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
How many number of reject links merge stage can have?
create a job to get the previous row salary for the current row.if there is no previous row exists for the current row,then the previous row salary should be displayed as null? empid salary previoussalary 10 1000 null 20 2000 1000 30 3000 2000 40 4000 3000
Please explain me the difference between 3 types of slowly changing dimension in datawarehousing?