Job Log

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
cosec
Premium Member
Premium Member
Posts: 230
Joined: Tue May 08, 2007 8:10 pm

Job Log

Post by cosec »

Hi !

Currently My Job Log Name is of the form : JobName_Date_ Time

I use the DSJobReport in the After Subroutine to get the log.

How Can I customize the name of the Job Log ?

In addition to having a job log I would like to be notified whenever there is an error or if a job fails. How can I do this ?
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

You need to roll your own custom code for that. Look at the code of DSJobReport and DSSendMail(). I am sure you can merge the functionality of both into a single routine.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply