How can we achive parallelism
Answer / hanug
The degree of parallelism is achieved by configuring the
multiple nodes in the congig file.
In the config files we can specify multiple nodes.
| Is This Answer Correct ? | 14 Yes | 1 No |
how can you generate sequence number using only the sequential file stage?
what is the difference between datasatge and datastage TX?
What is APT_DUMP_SCORE?
if a column contains data like abc,aaa,xyz,pwe,xok,abc,xyz,abc,pwe,abc,pwe,xok,xyz,xxx,abc, roy,pwe,aaa,xxx,xyz,roy,xok.... how to send the unique data to one source and remaining data to another source????
why dataset ?
How do you load 10 different sources with 10 different layouts to 10 different tables?
diff between changecapture & diffrence stage which situvation we can use the diffrence stage ?
Why do we use exception activity in Datastage?
HOW U CAN ABORT THE JOB IF THE DATA IS DUPLICATE?
Hi guys, In sequencer job, we have 3 sources, in that 1st source have some records, Here requirement is 1st source records are 100 then only run the job otherwise total job will abort... How to calculate this. please design the job. Thanks.
I have 5 different sources i want same records in 5 different targets Can you any body send me this question answer rathdsetl@gmail.com
Hi dude, i/p eno ename date edate deptno 1 x 10thjuly 30july A 2 y 10th aug 30 aug B 1 x 1aug ------ A 3 z 1jan ------ c 2 y 1sep ------ B o/p is eno ename date edate deptno 1 x 1aug ------ A 2 y 1sep ------ B 3 z 1jan ------ c Here edate is System generates we don't know that value. Please design the job by using SCD stage and Sql query. If any body know this answer please tel me. Tanks.