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 |
How and where you used hash file?
how can we extract data with out having any common column
What is mapping?
How do you start developing a datastage project?
Difference between JOIN,LOOKUP,MERGE?
1)s.key generate 1 to 700 records today. tomorrow another 400 will updated how to update the records using s.key generator? 2)source is like :-- DB --> T/F stage1 --> seq1file T/f 1 is linking with T/F2 ---> seq 2 how to load the data? in source i given some conditions those r going in seq1. The another data will going to seq2 how to do this ?
What is RCP?
What is the project in datastage?
What are operators in datastage?
Hi, I am getting data from sequential file like below column1 A&B C&D A&E X&Y&Z v&x But I need the target column as like below column1 A and B C and D A and E X and Y and Z v and x
How to RD using transformer?
when we have to go for a sequential file stage & for a dataset in datastage?