specify data stage strength?
Answer / thippareddy.p
The major strenght of the datastage are :
Partitioning,
pipelining,
Node configuration,
handles Huge volume of data,
Platform independent.
| Is This Answer Correct ? | 3 Yes | 0 No |
i want send my all duplicate record one tar and all uniq records one target how we will perfome explain example: input data eid 251 251 456 456 951 985 out put/target1 251 251 456 456 out put/target2 951 985 how we will bring
13 Answers Bank Of America, IBM,
1.which index is follows the dimensions tables?why? 2.what is the use of trigger in job sequence? 3.what is the mean of optimization? 4.what is the job control?when we use it? what is difference bet batch and sequencer? 6.seq--->seq,seq--->copy--->seq which one is best and efficient?
tab1 tab2 1,a 1,d 2,b 3,c perfoms outerjoin what is the o/p? write sql query for outerjoin?
How to LOG 'unmatched Master' records and 'Reject Updates' in log files using MERGE stage?
which is more expensive hash or modulus partitioning? when do you use modulus partitioning?
Display all files which have size more 3KB in given directory/folder.
How to exclude first and last lines while reading data into a sequential file(having some 1000 records).I guess probably by using unix filter option but not sure which to use
how to run a sequential file stage in parallel if the stage is used on the TARGET side
Define orabulk and bcp stages?
Highlight the main features of datastage?
What is the sortmerge collector?
i have 4 jobs i want run 1job should run on 1node and 2job runon 2node and.... how to make it possible?