how to get the status of last run of the job running in loop

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
s_porkalai
Participant
Posts: 38
Joined: Sun Mar 25, 2007 11:05 pm
Location: chennai

how to get the status of last run of the job running in loop

Post by s_porkalai »

Hi

We have a sequencer which is running in a loop. each loop will start its run based on a output from a unix script. The problem here is when the job aborts the exeception handler is sending a mail with the status of job in all the previouse loops. so the mail is looking so big. is there any chance to send only the status of the job in last loop
thanks & Regards
A.S.Porkalai Lakshmi
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Not by default. But you could create your precise requirement as a routine (calling DSSendMail) and invoke that from a Routine activity.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply