What is the difference between odbc and drs stage?
No Answer is Posted For this Question
Be the First to Post Answer
What is a quality stage in datastage tool?
how to run a sequential file stage in parallel if the stage is used on the TARGET side
How many partitions does a node can have? Some body explain me clearly about the partitions and the nodes?
explain unit testing,systemtesting,integrated testing
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?
How to move data set from one server to other?what are the steps to follow to do this?
tell me 5 situations when we r using oracle db stages like orecle connector, oracle enterprise
Hi guys, Please design a job for dis requirement with derivation(solution). my source table like dis. emp_no qualification 1 a 1 c 2 a 3 c 3 b To loaded to target like dis emp_no qualification 1 b 2 b 2 c 3 a my requirement is every employer have three qualifications i.e a,b and c. what qualification missed in source table that will be move to target systems. Hope u got it the requirement. Right Thanks.
What are routines in datastage? Enlist various types of routines.
What are the different options associated with dsjob command?
what is A Datastage?
INPUT file 'A' contains: 1 2 3 4 5 6 7 8 9 10 input file 'B' contains: 6 7 8 9 10 11 12 13 14 15 Output file 'X' contains: 1 2 3 4 5 Output file 'Y' contains: 6 7 8 9 10 Output file 'Z' contains: 11 12 13 14 15 How can we implement this in a single ds job?