Instead of using shared container in a job, I use jobs
which perform similar function as Container in the sequence.
Then what is the need of Shared Container?
Answer / vishwanath
You can make the shared container as Local or Global.
If declared as global, we can use the shared container across the jobs. This just require one time compilation. If the job is used instead of Shared Container, it will be compiled where ever the job is used.If the job is big containeing transformations, just imagime the performance..... hope i'm clear with the limited knowledge I have :)
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a merge?
How to remove ctrl M or(^M) characters in file using Sequential File stage?
2 Answers Bank Of America, Satyam,
how to capture rejected data by using join stage not for lookup stage. please let me know
explain about citrix scheduling tool in datastage
HOW CAN WE SEE THE DATA IN DATASET?
12 Answers IBM, TCS,
On which interface you will be working as a developer?
How one source columns or rows to be loaded in to two different tables?
Which warehouse using in your datawarehouse
Is the value of staging variable stored temporarily or permanently?
what is operator combinality in datastage?
Why do we use link partitioner and link collector in datastage?
Hi Friends, I have a input data like, class_id Marks 101 50 101 60 101 40 102 90 102 35 And i want my output data like class_id Marks Rank 101 50 2 101 60 1 101 40 3 102 90 1 102 35 2 how to do this in datastage?
8 Answers Cognizant, HCL, TIAA CREF,