Page 1 of 1
Calling UtilityHashLookup from afterjob subroutine
Posted: Mon Apr 23, 2007 5:12 am
by vishalk7
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!!!
Posted: Mon Apr 23, 2007 7:19 am
by DSguru2B
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.
Posted: Mon Apr 23, 2007 4:48 pm
by ray.wurlod
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.