About audit information of a job

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
bgs_vb
Premium Member
Premium Member
Posts: 79
Joined: Mon Jan 02, 2006 5:51 am

About audit information of a job

Post by bgs_vb »

While executing a job we are able to see the performance statistics of the job. Since we are able to view the performance statistics of the job for the last run .So this information must be getting stored at some location of the server or in the client system.Can any body tell me that location and how it is being stored.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Stored in the repository. What 'performance statistics' are you after? Basically, you'd use the API to retrieve them - either using dsjob from the command line or the various DSGet* routines.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Stored in records in the RT_STATUSnnn table for the job, where the job number is nnn. There is no documentation in the public domain that explains the structures that are used - as Craig says you're better off using API functions, mainly DSGetLinkInfo(), to retrieve this information.
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