how to export or import the jobs in .ISX file
No Answer is Posted For this Question
Be the First to Post Answer
What is lookup table?
What is meta stage?
explain unit testing,systemtesting,integrated testing
i have source data like empno,enmae 11 ,aa 12 ,bb i want output like empno,ename 11 ,aa 12 ,bb 11 ,aa 12 ,bb
What is difference between symmetric multiprocessing and massive parallel processing?
How to perform incremental load in datastage?
SOURCE CITY NAME1 NAME2 NAME3 NAME4 BGLR HCL CSC IBM TCS TARGET CITY COMPANY BGLR HCL BGLR CSC BGLR IBM BGLR TCS
How do u set a default value to a column if the column value is NULL?
Can you implement SCD2 using join, transformer and funnel stage?
Can we use sequential file as source to hash file? Have you do it ?if what error it will give?
Distinguish between informatica & datastage. Which one would you choose and why?
Input Data is: Emp_Id, EmpInd 100, 0 100, 0 100, 0 101, 1 101, 1 102, 0 102, 0 102, 1 103, 1 103, 1 I want Output 100, 0 100, 0 100, 0 101, 1 101, 1 Means Indicator should either all ZEROs or all ONEs per EmpId. Impliment this using SQL and DataStage both.