Page 1 of 1

Do I need to recompile jobs using a container

Posted: Tue Nov 12, 2013 9:44 pm
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.

Posted: Wed Nov 13, 2013 12:02 am
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.

Posted: Wed Nov 13, 2013 7:49 am
by tbtcust
Thank you ray. I could not decide if I needed one or many containers. This helps.