I have one after Job subroutine which collects the DS Logs after every job run. But from that after Job subroutine I want to do a lookup to a hash file and select a column by providing the key value using UtilityHashLookup, SDK routine.
Any suggesstions? Please revert back ASAP
Thanks in advance!!!
Calling UtilityHashLookup from afterjob subroutine
Moderators: chulett, rschirm, roy
How do you expect to send the input parameters to the routine in an after job subroutine? As a parameter maybe?
Never the less, you can create a wrapper before/after job subroutine that calls the UtilityHashLookup() and gets the information you need.
Never the less, you can create a wrapper before/after job subroutine that calls the UtilityHashLookup() and gets the information you need.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
Welcome aboard. :D
Etiquette Note
We do not do "urgent" or "ASAP" here. This is an all-volunteer user community - nobody gets paid for posting anything. If you need urgent answers, sign up with your support provider for premium services, and learn the true cost of "urgent".
Search the forum for DEFFUN. You will need to declare the catalog name of the Routine in your before/after subroutine.
Etiquette Note
We do not do "urgent" or "ASAP" here. This is an all-volunteer user community - nobody gets paid for posting anything. If you need urgent answers, sign up with your support provider for premium services, and learn the true cost of "urgent".
Search the forum for DEFFUN. You will need to declare the catalog name of the Routine in your before/after subroutine.
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.
