Does anybody know of a way to make routines/jobs that can be visable accross many projects?
We have multiple projects but a common framework based routines that should be used with any sequence created within a project.
Thanks
Common routines across projects
Moderators: chulett, rschirm, roy
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
You can put your routine wherever you like. Only one copy of the compiled and linked object/library is required on the system.
However, each separate project will need an entry in its own Repository - a "parallel routine" entry - that describes the name, calling name, location and arguments of that routine.
(Globally cataloged server routines are still supported. Hashed files and pointers to them are not relevant unless Arnd is regarding DSU_BP.O and its ilk as hashed files.)
However, each separate project will need an entry in its own Repository - a "parallel routine" entry - that describes the name, calling name, location and arguments of that routine.
(Globally cataloged server routines are still supported. Hashed files and pointers to them are not relevant unless Arnd is regarding DSU_BP.O and its ilk as hashed files.)
Last edited by ray.wurlod on Wed Jul 15, 2009 6:23 pm, edited 1 time in total.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
</a>