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?



Instead of using shared container in a job, I use jobs which perform similar function as 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

Post New Answer

More Data Stage Interview Questions

What are the prerequisites for join stage

2 Answers  


How one source columns or rows to be loaded in to two different tables?

0 Answers  


types of errors in datastage?

2 Answers   Reliance,


Define project in datastage?

0 Answers  


What is the Environment Variable need to Set to TRIM in Project Level?(In transfermer, we TRIM function but I need to impliment this project level using Environment variable)

0 Answers   IBM,






If you want to use a same piece of code in different jobs, how will you achieve this?

0 Answers  


how to get the unique records on multiple columns by using sequential file stage only

3 Answers  


what is combinability and non combinability?

2 Answers  


what are .ctl(control files) files ? how the dataset stage have better performance by this files?

0 Answers   IBM,


Hi dude, i/p eno ename date edate deptno 1 x 10thjuly 30july A 2 y 10th aug 30 aug B 1 x 1aug ------ A 3 z 1jan ------ c 2 y 1sep ------ B o/p is eno ename date edate deptno 1 x 1aug ------ A 2 y 1sep ------ B 3 z 1jan ------ c Here edate is System generates we don't know that value. Please design the job by using SCD stage and Sql query. If any body know this answer please tel me. Tanks.

1 Answers   Amdocs,


i want send my all duplicate record one tar and all uniq records one target how we will perfome explain example: input data eid 251 251 456 456 951 985 out put/target1 251 251 456 456 out put/target2 951 985 how we will bring

13 Answers   Bank Of America, IBM,


How to initialize environment variables?

4 Answers   Infosys,


Categories