Explain the ChangeApply stage?
Answers were Sorted based on User's Feedback
Answer / naga
change capture- it takes two i/p links and one o/p link,It returns a change code in that change records returned into o/p links.It returns both source data and updated records Based on change code we can evaluate data.
ccode-- 1 indicates record not in 1st file
2 indicates record not in 2nd file
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vinay
vinnu_l@rediff.com plz send the documents to this id
thanks in advance
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / murari
murari.px@gmail.com....please send doc to this id....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ilias
smd.iliyas@yahoo.co.in ...please send doc to this id....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prasad
svprasad.555@gmail.com please send brief doc of datastage
thank you
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / satish
iamdbass@gmail.com
please send brief doc of datastage
thank you
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / chinni
please send the datastage manual.
ch.chinni@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
1.new record it will insert but changes of natural key is not present in taget i want to update (here key is composite natural key )can any one help this to explan how to do
What are the different options associated with dsjob command?
How to write a left outer join condition by using Transformer stage in server jobs? Could any one help me?
5) A file contains 10 (1-10) I want trgt like Trgt 1 trgt 2 trgt 3 1 2 3 4 5 6 7 8 9 10
how can we create tables in datastage?
How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.
plz tell me some dimentional and fact table names in banking project?
Sequential file i have one record,i want 100 records in target?How can we do that?Pls explain me and what stages are there?What logic?
diff between OLTP and OLAP? what TOP-DOWN and BOTTOM-UP Approach? which is best? what are Star Schema and Snow Flake Schema?
What is the different type of jobs in datastage?
Wat is isolation level and when do u use them?
Input file one has data as shown below 1 2 3 4 5 6 7 8 Input file two has data like 6 7 8 9 10 11 Design a data stage job which will provide me three output files as shown below: Output 1 6 7 8 Output 2 1 2 3 4 5 Output 3 9 10 11 Let me know your answers