sharedcontainers

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
sekharg_dw
Participant
Posts: 19
Joined: Mon Jul 18, 2005 5:37 am

sharedcontainers

Post by sekharg_dw »

Hi all,
what is shared containers and how it used in regular job ! plz expalin with simple example. :shock:


regards ,
s
sekhar g
mumbai
WoMaWil
Participant
Posts: 482
Joined: Thu Mar 13, 2003 7:17 am
Location: Amsterdam

Post by WoMaWil »

It is a job in a job.
loveojha2
Participant
Posts: 362
Joined: Thu May 26, 2005 12:59 am

Post by loveojha2 »

The Shared Containers are the reuseable components (that you create, pretty similar to a server job).
You have it common across the project.

From the Help
Shared containers comprise groups of stages and links and are stored in the Repository like DataStage jobs. When you insert a shared container into a job, DataStage places an instance of that container into the design. When you compile the job containing an instance of a shared container, the code for the container is included in the compiled job. In server jobs you can use the DataStage debugger on instances of shared containers used within jobs.
sumeet
Premium Member
Premium Member
Posts: 54
Joined: Tue Aug 30, 2005 11:44 pm

Post by sumeet »

the shared container is reuseable unit of job which has the set of DS components in it (stages in it).

You Create it by first selecting the group of stages you want in it and then going to EDIT tab of toolbar you select for construct conatiner.
and your shared container is ready.

whenver you use it make sure that the metadata of the link going to the container is same as metadata of component you want it to be connected in container.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Shared containers may have their own parameters. Local containers do not have parameters, since they are part of the job rather than being a stored-alone component.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
solaik
Participant
Posts: 12
Joined: Sun Jan 23, 2005 10:33 pm

Post by solaik »

It is an reusable component. It is also like job . You can use it in any job in project. Local container u can use in one particular job.
Edit - Construct container -Local/Shared
yatin.mittal
Participant
Posts: 20
Joined: Fri Oct 14, 2005 12:52 am

Re: sharedcontainers

Post by yatin.mittal »

Hi,

Shared containers are used as reusable components for reducing the complexity of the program.
you can make a container shared or local.
Shared container can be accessed by any job but local container can be accessed by only that job
(especially used to reduce the complexity of the job).

For making something as container, select the components in the job and then go to menu and then give shared or local.

With regards,
sekharg_dw wrote:Hi all,
what is shared containers and how it used in regular job ! plz expalin with simple example. :shock:


regards ,
s
Yatin Mittal
Accenture Services Pvt. Ltd.
Post Reply