Different ways a project can be moved to production
?...example ….export-import and
Version control.
which memory is used by lookup and join
How do you load dimension data and fact data? Which is first
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 .
Can aggregator and transformer stages use to sort the data? How ?
If the job aborted in a sequencer, how can we start that from the previews successful job.
how to write server Routine coding?
What is the version control how can i apply this in DataStage can any one tell me the anser
1)s.key generate 1 to 700 records today. tomorrow another 400 will updated how to update the records using s.key generator? 2)source is like :-- DB --> T/F stage1 --> seq1file T/f 1 is linking with T/F2 ---> seq 2 how to load the data? in source i given some conditions those r going in seq1. The another data will going to seq2 how to do this ?
tell me 5 situations when we r using oracle db stages like orecle connector, oracle enterprise
LIST THE BUILT-IN STAGES AVALIABLE IN SERVER JOBS?
Define project in datastage?
when will you go for dataset and fileset?