CAN WE DO HALF PROJECT IN PARALLEL JOBS AND HALF PROJECT IN
SERVER JOBS?
Answers were Sorted based on User's Feedback
Answer / nish
Yes,
For jobs that are less resource intensive create a server job.
Create the parallel job as usual
Create a sequencer to combine both jobs or configure a shared container in one of the jobs and re -use them
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kiran
Yes you can, as long as your client is OK with it. We
design jobs to finish certain tasks in ETL. If your task
has less data and more complex tranformations then use
server jobs and vice versa.
Is This Answer Correct ? | 4 Yes | 4 No |
What is the roundrobin collector?
What can we do with datastage director?
what is snow flack schema?
CHANGE CAPTURE
Why do you need stage variables?
which unix commands mostly used in datastage
1.When did 8.1 parallel came into existence? 2.What is the difference between 7.5 and 8.1?
Hi, Please tell me how to solve this scenario in datastage ? Here we have 3 columns in a table TEST CODE,ENTRY DATE and BATCH The table looks like CODE ENTRYDATE BATCH 100 100716 1 100 100716 1 100 100716 1 200 122517 2 200 122517 2 302 555555 8 302 555555 8 302 555555 8 We need to create a seqno on grouping these 3 columns. The result should be like this. CODE ENTRYDATE BATCH SEQNO 100 100716 1 1 100 100716 1 2 100 100716 1 3 200 122517 2 1 200 122517 2 2 302 555555 8 1 302 555555 8 2 302 555555 8 3
1 Answers Alpharithm Technologies,
Differentiate between data file and descriptor file?
data stores in which location while using data set stage as the target?
i want job aborted after some records are loaded into output by using only sequential stage and dataset
How the ipc stage work?