We are attempting to build generic jobs in DS such that they can be called with a set of parameters (metadata) rather than use Templates and create separate jobs for each set of metadata.
Has anyone done this with any success with this on a large scale?
Building Generic DS Jobs
Moderators: chulett, rschirm, roy
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
Welcome aboard.
Yes it is possible, but two pieces of advice.
Yes it is possible, but two pieces of advice.
- 1. Export these prototype jobs before anyone gets to overwrite (forgets to "Save As") one of them. That way you can reinstate the prototype. Also figure out sanctions against transgressors, such as overwriting their work with the imported original.
2. You will require diligent and vigilant management overview of the (open prototype, choose File > Save As) process. Incorporate the same in your instructions to developers document, along with your design standards and conventions.
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.
I understand that. We are attempting to do what we thought would be a simple case: Create a generic sort.
Thought this would be easy. Pass filename. schema and sort parameters. But under the covers not so easy to build, for this simple case of sorting a file based on 1 field v.s. 3 fields. We are going down the path of adding a field which would be the concatinated content of all the sort fields and then sorting on that. Are we making this more difficult than it needs to be?
Thought this would be easy. Pass filename. schema and sort parameters. But under the covers not so easy to build, for this simple case of sorting a file based on 1 field v.s. 3 fields. We are going down the path of adding a field which would be the concatinated content of all the sort fields and then sorting on that. Are we making this more difficult than it needs to be?
</a>