How can I log the jobs into database?

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
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

One method is to have a centralised logging routine which is called up at the end of each job, the routine is passed the handle of the job, it uses this handle to attach the job and retrieve the information about the last run of that job. It then logs into a database and writes the information to a table.

The commands for retrieving job information are in the programmers manual. Hope this helps!
Post Reply