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 |
On which Dimension Table you implemented SCD Type in your Project
What are the components of ascential data stage?
What are the different common services in datastage?
i have flat file and using unix how can i generate sequence number into targer?
How many nodes supported by a one cpu in parallel jobs?
I have a source like file it have Number of records and i want to load without first and last records in target?Datastage?
can explain wt is the pool for file.
What are the functionalities of link partitioner and link collector?
How do you get log info into a file?
How can we move a DATASTAGE JOB from Development to Testing environment with the help of a datastage job using unix commands.
How to exclude first and last lines while reading data into a sequential file(having some 1000 records).I guess probably by using unix filter option but not sure which to use
how may datastage variables/parameters will be in trnsformer stage? 1 2 3 4 ?