what is the use of DSattchJob?DetachJob? where can we find it?
No Answer is Posted For this Question
Be the First to Post Answer
Describe link sort?
what should be ensure to run the sequence job so that if its get aborted in 10th job before 9job should get succeeded?
I/p : F1 table have A,B,C,D,E and F2 table having C,E,V i need output 0utput1: ABD output2: V any one suggest me this
i have source like deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like target1 deptno,sal 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformerstage
Can you explain how could anyone drop the index before loading the data in target in datastage?
HOW CAN WE SEE THE DATA IN DATASET?
12 Answers IBM, TCS,
Describe routines in datastage? Enlist various types of routines.
Define project in datastage?
What is exact difference between Parallel Jobs and server Jobs..
Create a job to load all unique products in one table and the duplicate rows in to another table. The first table should contain the following output A D The second target should contain the following output B B B C C Q2. Create a job to load each product once into one table and the remaining products which are duplicated into another table. The first table should contain the following output A B C D The second table should contain the following output B B C
Describe stream connector?
What is the Difference between Change capture stage and Difference Stage ? What are its significance individually ?