Define Data Stage?
No Answer is Posted For this Question
Be the First to Post Answer
How many partitions does a node can have? Some body explain me clearly about the partitions and the nodes?
Where do you see different stages in the designer?
when will you go for dataset and fileset?
how to use self join using datastage ? can u tell me using stage how can we implemnet the self join
How can we improve performance of data stage jobs?
Please explain me the difference between 3 types of slowly changing dimension in datawarehousing?
Why fact table is in normal form?
What are routines in datastage? Enlist various types of routines.
i hav source like this . deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like this target1 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformer
How do you reject records in a transformer?
In my previous project we get data from mainframe and load it into datastage DB2 tables.Sometimes we get data as flat file or a mainframe tables itself directly we fetch the data.Is this a migration project?
can we see the data in fixed width file? how can u change the datatype of fixed width files?