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 Posted / 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 |
Post New Answer View All Answers
What are the enhancements made in datastage 7.5 compare with 7.0?
how to write server Routine coding?
table actions available in oracle connector?
What is the differentiate between data file and descriptor file?
Why fact table is in normal form?
What are some prerequisites for datastage?
how many rows sorted in sort stage by default in server jobs
options available in sequence job to run,validate?
What are the functionalities of link collector?
Define oconv () and iconv () functions in datastage?
How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.
What is difference between server jobs & parallel jobs?
What is the use of hoursfromtime() function in transformer stage in datastage?
How to write a expression to display the first letter in Caps in each word using transformer stage ? Please let me know ASAP Thanks in advance...
How do you schedule or monitoring the job?