2.how u run your rotines in unix?
what is job sequencer?
if i have 4 jobs i would like to run 2 jobs in server(using job jobsequencer)and remaining 2 in parallel?how can i run?
i 10 jobs first two jobs are runing in 2nodes,next 2 jobs are running in 4 nodes, next 4 jobs are running in 6 nodes and the remaining jobs are running on 10 nodes. how to change the node configuration?
how to achieve this output ? Two Input columns(ID & Name) - ID | Name 1 | Jack 1 | Kara In output there should be only 1 column which will be populated as - 1,Jack 1,Kara
There are two file are there .1st file contains 5 records and 2nd file contain 10 records in target they want 50 records.how can achieve this
How to add zero "0" before record in a field?
Can aggregator and transformer stages use to sort the data? How ?
What are system variables and sequencers in datastage
I have a few records just I want to store each records tow times in target how?
What is the difference between SQl Loader and OCI in datastage?
i have a scenario in which i/p columns areID,salary with 1,1000 2,2000 and 3,3000 i need an extra column in the o/p named avg(salary)how can i get it?
How do you design PX Routines ?
What are the partitioning techniques available in link partitioner?
How to implement complex jobs in data stage?