diff between changecapture & diffrence stage which situvation
we can use the diffrence stage ?
Answer / sindhu
both are used to used to compare the data between after and before data difference between them difference data does not generate data regarding to after data suppose if new record is inserted in after data it just gives code to it it will not display in the output
| Is This Answer Correct ? | 2 Yes | 0 No |
Can you implement SCD2 using join, transformer and funnel stage?
how many datamarts we will use in real time project and when will use the datamart?pls send the replay early
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?
Is it possible to query a hash file?
Have you have ever worked in unix environment and why it is useful in datastage?
i 10 jobs first two jobs are runing in 2nodes,next 2 jobs are running in 4 nodes, next 4 jobs are running in 6 nodes and the remaining jobs are running on 10 nodes. how to change the node configuration?
Hi , Today 1000 records updated, tomorrow 500 records updated how to find that?
file1 1 2 3 4 file2 3 4 5 6 output should be in three targets T1 T2 T3 1 3 5 2 4 6 how to do this? can any one help? Thanks
What is the difference between server job and parallel jobs?
How to remove ctrl M or(^M) characters in file using Sequential File stage?
2 Answers Bank Of America, Satyam,
col1 123 abc 234 def jkl 768 opq 567 789 but i want two targetss target1 contains only numeric values and target2 contains only alphabet values like trg1 123 234 768 567 789 trg2 abc def jkl opq
what is parameterset?