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 are the prerequisites for join stage
How one source columns or rows to be loaded in to two different tables?
types of errors in datastage?
Define project in datastage?
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)
If you want to use a same piece of code in different jobs, how will you achieve this?
how to get the unique records on multiple columns by using sequential file stage only
what is combinability and non combinability?
what are .ctl(control files) files ? how the dataset stage have better performance by this files?
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.
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?