Explain the ChangeApply stage?
Answers were Sorted based on User's Feedback
Answer / ram
Inorder to know about ChangeApply, u should have knowledge
on ChangeCapture Stage..
Its better u go through the Datastage manuals.it will give
you clear idea with example..
If you don't have docs..send your id ..i will forward you...
| Is This Answer Correct ? | 0 Yes | 2 No |
HOW CAN YOU DO SCD2 IN DATA STAGE USING SEQUENTIAL FILES?
IS FILE SET CAN SUPPORT I/P AND O/P LINK AT A TIME?
What are the processing stages?
How can we improve performance of data stage jobs?
how to change left and right links in join stage?
can we use sequential file as a lookup
Why we need datasets ratherthan sequential files?
What is the process of killing a job in datastage?
Source has 2 columns: USA,NewYork INDIA,MUMBAI INDIA,DELHI UDS,CHICAGO INDIA,PUNE i want data in target like below: INDIA,MUMBAI1 INDIA,DELHI2 INDIA,PUNE3 USA,NEWYORK1 USA,CHICAGO2
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 are the job parameters?
when u face critical situation in ur project, how to solve them?