how to implement scd2 in datastage 7.5 with lookup stage
No Answer is Posted For this Question
Be the First to Post Answer
Question 4) source target c1 c1 c2 c3 c2 c4 c4 c5 c3 c6 c7 c4 c5 c6 c7 Singal Source and Singal Target only subash,
What is the function in Transformer stage can act as Rank Function in oracle
How to remove blank spaces from data?
what is the use of materialized view?
How to create environments and call them? What is the use defined variables?
Explain how a source file is populated?
at source level i have 40 columns,i want only 20 cols at target what r the various ways to get it
Hi Every one, I have a scenario plz suggest me 1)On daily we r getting some huge files data so all files metadata is same we have to load in to target table how we can load? 2) One column having 10 records at run time we have to send 5th and 6th record to target at run time how we can send? Hi plz help me for above scenarios and If any one is having JobSequence kindly send me one example and the scenario to my mail ID(nrvdwh@gmail.com)
What is the roundrobin collector?
I am defining one varaible parameter date in job parameters.I want use this variable date in where clause in source query.
What is the difference between in process and inter process?
Converting Vertical PIVOTing without using PIVOT stage in DataStage. Ex: DEPT_NO EMPNAME 10 Subhash 10 Suresh 10 sravs Output: DEPT_NO EMP1 EMP2 EMP3 10 subhash suresh sravs 2) How to implement Horizontal PIVOTing without using PIVOT stage.