How do I display a log for a user? I use DSPLOG, but it requires the job name and job number. I want to display all jobs for this one user. Is there another command I can use?
Software/Hardware used:
ASKED:
April 11, 2008 5:39 PM
UPDATED:
April 9, 2010 3:47 AM
You can also use the WRKUSRJOB which shows all job including past interactive and batch jobs that have output still associated with then including joblogs, etc. It also shows all jobs in the jobq and any active job.
As is often the case, if your system isn’t configured to collect information, it probably isn’t collecting the information.
For “all jobs” for a user, you might retrieve JS entries from the system audit journal or JB entries from the system accounting journal.
It’s unlikely that anything else will give you a reasonably complete list. (Though the QHST* history log files are pretty good.)
Tom