TP_DAT will only provide you with information on how often a program was run, cpu and i/o usage. It isn't very usable in determining who is running what, what is happening with the output, or what the request parameters were.
Another disadvantage is that the information disappears if the TP is shutdown for any unexpected reason. You may want to consider using the batch history approach that we have been using in Oracle.
This approach involves setting a trigger on the MSF080 table to copy to a history table when an insert occurs, update the history with a start time when the process_status changes to an 'E', and update the history record with an end time when the msf080 is deleted.
This only applies to batch programs. For on-lines you will need to either customize the TP or rely on the undependable tp_dat. See the Unix Environment TP manual for syntax and usage. You can also get information using tp_stat. [sig]<p> Glen Colbert<br><a href=mailto: gcolbert@RAG_American.com> gcolbert@RAG_American.com</a><br><a href= > </a><br> [/sig]