What is datastage engine?
No Answer is Posted For this Question
Be the First to Post Answer
DataStage Scenario based Interview Questions
Explain usage analysis in datastage?
what is snow flack schema?
What is quality stage?
How will you move hashed file from one location to another location?
How did you reconcile source with target?
Explain ibm infosphere information server and highlight its main features?
Drop duplicate records ... SOURCE LIKE .......... ID flag1 flag2 100 N Y 100 N N 100 Y N 101 Y Y 101 N Y 102 Y N 103 N N 104 Y Y 105 N N 106 N Y 102 N Y 105 Y Y in above file if any id having both the flags as "N" then that corresponding id records should be dropped, in above case o/p should be as ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y Steps to do : 1) Identified the id’s that got duplicated (both the flag values having vales “N”) 2) Look up with these id’s to existing id’s to drop .
what is the use of invokation id
How can you find out whether datastage process is running or not in unix?
How can we do null handling in sequential files?
what are .ctl(control files) files ? how the dataset stage have better performance by this files?