Capture Job Log

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
makreddy
Participant
Posts: 21
Joined: Wed Sep 14, 2005 10:40 pm
Location: hyderabad
Contact:

Capture Job Log

Post by makreddy »

Hello All,
I need to capture Job Log for each run in file and store it through a AFTER JOB ROUTINE. If I use DSJOBREPORT, if does not capture Fatal errors and Warnings.

Any ideas and pointers would be appreciated.

Thanks
Aravind
Aravind
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You can use an after-job routine quite happily. It should use the log interrogation functions DSGetNewestLogId(), DSGetLogEvent() and/or DSGetLogSummary().
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