Do I need to recompile jobs using a container

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
tbtcust
Premium Member
Premium Member
Posts: 230
Joined: Tue Mar 04, 2008 9:07 am

Do I need to recompile jobs using a container

Post by tbtcust »

Hello All,

I am thinking about creating a shared container that will have three different processing paths to handle three different types of records coming from three different Jobs.

If I update a single path in the container do I need to recompile all three jobs?

Thanks in advance for any help.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If you used a link to the container in your job you should not need to do so. If you used a copy of the container in your job you will need to.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
tbtcust
Premium Member
Premium Member
Posts: 230
Joined: Tue Mar 04, 2008 9:07 am

Post by tbtcust »

Thank you ray. I could not decide if I needed one or many containers. This helps.
Post Reply