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 |
In my previous project we get data from mainframe and load it into datastage DB2 tables.Sometimes we get data as flat file or a mainframe tables itself directly we fetch the data.Is this a migration project?
my source is sequencial file and my target is dataset. i am running the job in two node configuration file. my source having 10 records how the data move to target?
What are the different type of jobs in datastage?
Hi,can any one please mention list of dimension and fact tables for Sales and Distribution System for a Pharmacutical company.
how can u handle null values in transformer stage.
what is meant by port ? what is the use of port ? what are the different type of ports and its usage
What are the partitioning techniques available in link partitioner?
I have the following columns in the EMP table Empid,Empname,Sal,month(Sal),year(Sal) and DOB(let us say the dob is 15th-Jan-1981) Desing a job such that the output contains the following empname,year(sal),tot(sal) and current age i.e. whether 18yrs or so on
Where do the datastage jobs get stored?
2.how u run your rotines in unix? what is job sequencer? if i have 4 jobs i would like to run 2 jobs in server(using job jobsequencer)and remaining 2 in parallel?how can i run?
What's the Main Function of the Staging area in DWH
Main Function of the Staging area in DWH ?