What is difference between server jobs & parallel jobs?
No Answer is Posted For this Question
Be the First to Post Answer
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?
how many types of remove the duplicate records?
What are the main differences you have observed between 7.x and 8.x version of datastage?
what is the definitions for Datawarehose and Datamart?
what is the difference between lookup stage reject link and merge stage reject link in datastage Parallel jobs?
what is the differeces between hash and modulus partition methods
Differentiate between operational datastage (ods) and data warehouse?
What are the different common services in datastage?
there are indexes on a table as index1 with col1, col2 index2 with col2 index3 with col1,col2,col3. if i run a query with col1='100' which index will be used and why
Hi All , in PX Job I have passed 4 Parameters and when i run the same job in sequence i dont want to use those parameters , is this possible if yes then how
If I make any changes in the parallel job,do I need to implement the changes in the sequencer job,else the changes will be reflected automatically
how to call sequential generator in datastage?