Hello all. I have a menu screen I am developing as sort of a "test menu". It will run different parts of an entire process we have, but will run it in pieces for testing purposes. I'd like to create a "final report" that will run at the end of the job that is executed to provide record counts of outfiles and to give some performance statistics. I have the part finished that is showing record counts. However, I'm not sure how to handle the job statistics part of it. I could easily record the job start time by storing the system time when the job is submitted from the menu. However, how do I get the job end time, and other statistics such as CPU time? Will this require some type of job monitor, and if so, how can I automate the monitor and get statistics from it for a report?
Thanks
Thanks