Page 1 of 1

Posted: Mon Mar 11, 2002 11:16 pm
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!