Email Notification

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
sgar
Participant
Posts: 1
Joined: Sat Mar 24, 2007 2:15 pm

Email Notification

Post by sgar »

I am using DataStage 7x Server Edition. I want to get the email notification only when certain type was inserted in a sequential file. Please let me know if there is a routine or function that I can use.
sgar
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

Probably the easiest solution is to create a routine that passes the value through unaltered, but invokes DSSendMail() - conditionally perhaps - when it's invoked.
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