What is job control?
No Answer is Posted For this Question
Be the First to Post Answer
How to implement complex jobs in data stage?
What are sequencers?
Can you highlight the main features of ibm infosphere information server?
source contains 2 columns comes to target 4 columns how
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
i hav source like this . deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like this target1 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformer
Describe link sort?
What are the partitioning techniques available in link partitioner?
What is data partitioning?
Define APT_CONFIG in Datastage?
root tree will find which is server job and which is parallel job?
source 1123445 I WANT OUTPUT AS DUPLICATES TO TARGET1 LIKE TARGET1 1144 NON-DUPLICATES TO TARGET2 TARGET2 235